Open snoyes opened 5 years ago
The same should be done in
_steppingFind
-len(needle)
is called repeatedly in a loop.
Do you think that's why no performance gain was noted and so the step size was hardcoded to 1, hence _steppingFind
is never used?
@snoyes This now has conflicts
Profiling a full screen search shows that calling len(needle) repeatedly adds nearly a second to the run time.