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
Thread-local scratch space is only clearered when the regex is disposed. If regexes are used on the threadpool you can end up with quite a lot of memory usage quite quickly.
We could solve this by exposing the ability to clone the regex for each match.
The text was updated successfully, but these errors were encountered:
Thread-local scratch space is only clearered when the regex is disposed. If regexes are used on the threadpool you can end up with quite a lot of memory usage quite quickly.
We could solve this by exposing the ability to clone the regex for each match.
The text was updated successfully, but these errors were encountered: