nitely / nim-regex

Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
227 stars 20 forks source link

FindAll macro #89

Closed nitely closed 2 years ago

nitely commented 3 years ago

wip

Benchmarks show this is 2x faster than the proc version. Also, it's 4x faster than the proc if there is no literal optimization.