top | item 40406134

(no title)

mpcjanssen | 1 year ago

It seems to recompile every regex on every matching operation. This is really slow. The compiled regexes should be cached in the different matchers.

discuss

order

dineshgowda24|1 year ago

Good point. I didn't give much attention to this part. I run some benchmarks and move these to compile only once. Thank you.