Skip to content

v0.14.0

Choose a tag to compare

@kennytm kennytm released this 24 Jan 20:40
· 20 commits to master since this release
5322834

Increased minimal Rust version.

Depends on rand 0.7 and regex_syntax 0.6. The minimal Rust version is 1.40.

Improved generation algorithm. Sampling performance of regex involving lots of character classes are greatly improved.

Regex v0.13.1 v0.14.0
[0-9a-zA-Z]{10,20} 268 ns 150 ns
(?s:.{10}) 209 ns 190 ns