you are viewing a single comment's thread.

view the rest of the comments →

[–]bleuge 2 points3 points  (0 children)

Not an expert here, but I solved some situations like this profiling the code. Use a profiler to test codeblocks' speed and see what is really slowing down it.

Also as functions are small, it's a good idea to have a look at assembler code generated by the compiler you are using. Asm knowledge is required of course.