DavidLGoldberg / jumpy

The fastest way to jump around files and across visible panes in Atom
https://atom.io/packages/jumpy
MIT License
124 stars 16 forks source link

Performance when lots of labels #110

Open DavidLGoldberg opened 6 years ago

yangwao commented 6 years ago

hotfix I figured it out with this regexp as I don't need to see labels for short words ([A-Z]+([0-9a-z])*)|[a-z0-9]{6, } and it works 80% faster.