pandaman64 / lean-regex

Apache License 2.0
19 stars 1 forks source link

Caching #10

Open algebraic-dev opened 4 months ago

algebraic-dev commented 4 months ago

The rust regex library uses caching for improving a little bit the performance. I think that we could add something for it.

pandaman64 commented 4 months ago

For those who are interested in shaving off unnecessary allocations:

I'd recommend #11 first though so that we have a benchmark to measure the effect of the optimizations.