Quote (carteblanche @ Nov 12 2013 01:49am)
based on the code posted, looks like lines #148-204 are causing your performance problems. just convert the recursion to a loop and you should be fine
you need to profile you code to see which functions take the most time.
wasn't sure if i should post it cause there is tons of code to go through across a decent chunk of header and cpp files
not to mention i have a bad habit of not commenting my code
This post was edited by douglas22888 on Nov 11 2013 11:12pm