CppCon 2014: Chandler Carruth “Efficiency with Algorithms, Performance with Data Structures“

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: -- Why do you write C code? There is a good chance it is in part because of concerns about the performance of your software. Whether they stem from needing to run on every smaller mobile devices, squeezing the last few effects into video game, or because every watt of power in your data center costs too much, C programmers throughout the industry have an ins
Back to Top