hankcs / hankcs/AhoCorasickDoubleArrayTrie
Is parseText thread safe?
Open
question
- Dominant language
- Java
- Stars
- 1k
- Forks
- 299
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for your great work on this project!
I was wondering if the implementation is thread safe when used in a read-only fashion,
i.e. I want to initalize one `AhoCorasickDoubleArrayTrie`, set it up via `build` once
and then call `parseText` from multiple threads. Is this possible / safe to do?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.