musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Traverser's skip array causing 6% slowdown #29

Closed iccir closed 9 years ago

iccir commented 9 years ago

While running in the profiler, I noticed that 6% of all time (!) was being spent in Array#indexOf , specifically the skip array of traverser. Let's fix this!

iccir commented 9 years ago

Fixed on master