|
|
|
|
|
by nhaehnle
3421 days ago
|
|
Do you pre-process the regular expressions into a common DFA, or does oniguruma do that for you? That would seem like the natural design for this. It's non-trivial because TextMate grammar seem like they're just a little bit too general to be convenient. So there's definitely a trade-off. But if I wanted to really get as fast as possible, I would try to see if I can get there. |
|