Re: Do I need to refactor this code?
- Posted by Spock Jul 02, 2013
- 1496 views
TheresNoTime said...
I have an auto-generated flat source code, thousands of monotone lines..
How serious are you about optimising these operations? If you could give a bit more detail about the ranges of comparison values and what they get compared to it must be possible to reduce the problem to a lookup using, eg, find()
Spock