Closed davidlattimore closed 1 year ago
This almost halves the time required to compile regex.
On my laptop, regex with default features takes 8.2 seconds to compile. With only "std" and "unicode-perl" this drops to 4.6 seconds.
This almost halves the time required to compile regex.