You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A concrete demonstration example that people can run would help here. In general RE2 works fine across multiple threads. Perhaps Python does not work as well with multiple threads.
Thanks for your great work !
i wonder if
re2
takes some extra cpu resource consumein my project, i tested a single file of text processing for native
re
&re2
(with just only regex part different)re2
is obvious fasterbut when i used multiprocessing to process a group of data, with whole cpu resource usage,
re2
was deterioration to nativere
The text was updated successfully, but these errors were encountered: