Pointer
Sponsorship
/Esteban Borsani
Regex Literals Optimization
#Regex
tl;dr:
"Avoids running the regex engine on parts of the input text that cannot possibly ever match the regex." It’s around ~100x faster than before in some benchmarks.
featured in
#217