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

Use copy of *regexp.Regexp where multiple goroutines access to it simultaneously #40

Closed
oklahomer opened this issue May 5, 2017 · 0 comments

Comments

@oklahomer
Copy link
Owner

Call to *regexp.Regexp method locks with sync.Mutex, and hence has performance impact on concurrent execution. Use Regexp.Copy to create copied *regexp.Regexp instance where concurrent executions from multiple goroutines are expected.
e.g. Command.Match

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

No branches or pull requests

1 participant