jumpy
jumpy copied to clipboard
Performance when lots of labels
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.