-
Notifications
You must be signed in to change notification settings - Fork 56
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
Is the trie class threadsafe? #13
Comments
same question +1 |
Also interested |
I am using the master branch, and i just fix one multi-thread crash bug for my usage. |
the function name should be "check_construct_failure_states()" |
In particular, the main
parse_text
method. Is it safe for multiple threads to callparse_text
at the same time?The text was updated successfully, but these errors were encountered: