Preferences

Yes! This was actually one of my initial goals! I actually like to work in a C-style-C++ let's say where I turn off C++ features I don't need and just use the one I actually need like templates, objects ecc... I find this style to be easy to reason about when it comes to performance.

The proper way to reason about performance is to use a profiler, not second guessing what C like code generates.

This item has no comments currently.