Not sure if this is information you already know but vc has alot of compiler options (which I dont know much about) for performance.
Also in the subject of making things go faster you may want to educate yourself on the different calling conventions there are and possibly use inline functions in some places. Calling functions can be done different ways and if its a deeply nesteled function shaving a few cycles off could make a big difference.
Also in the subject of making things go faster you may want to educate yourself on the different calling conventions there are and possibly use inline functions in some places. Calling functions can be done different ways and if its a deeply nesteled function shaving a few cycles off could make a big difference.
