codpro2005/ts-regexp

Compilation is slow and recursion limit is hit easily

Opened this issue · 1 comments

Very unoptimized + Recursion limit reached fast. Consider Tail call optimization + other things (I have no optimization experience)

The main issue was addressed in #15. Due to concerns about scalability and maintainability, I don't plan to pursue this further. Demand may encourage others to contribute.
Pull requests are welcome.