Remix.run Logo
nirw4nna 4 days ago

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.

pjmlp 4 days ago | parent [-]

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