-
Notifications
You must be signed in to change notification settings - Fork 13
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
Multi-threading issues? #9
Comments
You should be able to use the same |
Excellent, Thank you for your quick reply. Yes, from a quick scan of the code that is what I thought too.
Keith Vinson
CTO
Image Access, Inc.
543 NW 77th Street, Boca Raton, FL 33487
Tel: 561-886-2951 Fax: 561-431-2766
***@***.******@***.***>
***@***.***
DLSG is a Division of Image Access, Inc.
www.ImageAccess.com<http://www.imageaccess.com/> / www.DLSG.com<http://www.dlsg.com/>
DLSG is the Most Trusted Name in Digitization for Universities
▪ 49 of the top 50 universities are DLSG customers
▪ DLSG products serve over 70% of students at US universities
***@***.***<https://www.facebook.com/pages/Image-Access-Inc/374428352765764>Visit us on Facebook to see what people are posting about KIC!
From: Vitaliy Fedorchenko ***@***.***>
Sent: Wednesday, November 16, 2022 1:52 AM
To: nreco/AhoCorasickDoubleArrayTrie ***@***.***>
Cc: Keith Vinson ***@***.***>; Author ***@***.***>
Subject: Re: [nreco/AhoCorasickDoubleArrayTrie] Multi-threading issues? (Issue #9)
You should be able to use the same AhoCorasickDoubleArrayTrie instance from multiple threads, as shared state is modified only in the constructor (Build method).
—
Reply to this email directly, view it on GitHub<#9 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKVJS5MNFPPFJ7WNOWD2S4DWISHA7ANCNFSM6AAAAAASBLTIHQ>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not an issue, but I am curious if you are aware of any issue that might arise from having multiple threads using a pre built tree to search multiple text strings simultaneously?
Thanks for your insight.
The text was updated successfully, but these errors were encountered: