r/cpp_questions • u/Ganesh10LM • 6d ago
OPEN System programming
I am starting to learn system programming(c++). As a beginner please recommend me the best project to work with so that it will force me to go on the depth as well as for the strong portfolio?
62
Upvotes
27
u/YogurtclosetThen6260 6d ago
A great project is literally do any, and I mean any, large scale pipeline project, and then optimize performance using systems techniques. For instance I'm working on a Huffman data compressor and I've reduced end to end latency from 800 ms to 350 ms.