Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » code C++ performance   (RSS)
Sorry, but there are no more tags available to filter with.

When "new" is Too Slow

I was working on some prototype code that needed to be super fast. After getting basic functionality up and running, I found that the biggest chunk of time was getting lost in operator new. In this particular chunk of code, I had some simulated recursion
Posted by Steve Hawley | 2 Comments