7
votes
2answers
610 views

Please help me find the bottleneck in my code

I'm making a scripting language parser and it's shaping up well but it takes is about 30ms to do 30 or so odd/even checks. Profiler tells me that it's taking most of the time in the ...