-
Notifications
You must be signed in to change notification settings - Fork 617
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
Added compiled glob matching using LRU cache #555
Conversation
#554 The use of sync.Map increased the performance from 3500 TPS to 6500 TPS. |
#554 Updated glob_cache to support all types that implement the glob.Glob Interfaces. Make test now passes all checks. |
#554 Updated to remove type switch and assert type to glob.Glob interface. |
This looks OK. If you rebase this then we can merge this as well. I assume you're using that in production as well? |
We are not using this in prod. We don't use GLOB matching. That being said we have tested it. -- #554 (comment) I will rebase line and PR. |
rebased this PR. |
Closing and recreating with new PR #615 |
#554 Review for CPU usage of Mutex.