Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance when lots of labels #110

Open
DavidLGoldberg opened this issue Nov 23, 2017 · 1 comment
Open

Performance when lots of labels #110

DavidLGoldberg opened this issue Nov 23, 2017 · 1 comment

Comments

@DavidLGoldberg
Copy link
Owner

No description provided.

@yangwao
Copy link

yangwao commented Nov 23, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants