SIGN IN SIGN UP

Regex pre compute captures (#489)

* Pre-compute the capture names in the regex_parser

This has a small but consistent improvement in performance

* Make Transform.transform take &mut self to allow for mutable state

* Use pre-computed capture locations in the Regex parser for speed

This gives a ~15% speedup in the "regex" benchmark
B
Bruce Guenter committed
7aaa674523dce1ab5ec437af6eae752a5d87ecbc
Parent: d915032
Committed by GitHub <noreply@github.com> on 6/14/2019, 8:59:23 PM