danipen / TextMateSharp

A port of tm4e to bring TextMate grammars to dotnet ecosystem
MIT License
101 stars 19 forks source link

Reduce heap allocs #14

Closed danipen closed 1 year ago

danipen commented 2 years ago

As discussed here, we can avoid heap allocations reusing the region when searching a oniguruma regex.