Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If I read this benchmark right: v8 regexps are faster than TCL regexps.

Hardly surprising.



I also beats all the other regexps engines though.


Likely because V8 only works on platforms where JIT is possible, so the regex engine relies on JITting specialized native code for the regex. A portable C/C++ regex library can't really do that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: