mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
This *significantly* improves parallel performance of regex. Currently if I have a large number of threads all using regexes; even if they are using idependent regex objects, performance is still extremely poor due to the lock inside of the mem_block_cache.