Y
Hacker News
new
|
ask
|
show
|
jobs
by
dbaupp
4759 days ago
Newer versions of PCRE have a JIT:
http://en.wikipedia.org/wiki/Perl_Compatible_Regular_Express...
1 comments
simonster
4759 days ago
V8, SpiderMonkey, and jsc also all have regular expression JITs.
link
bdash
4759 days ago
SpiderMonkey uses JavaScriptCore's regular expression JIT, YARR (Yet Another RegExp Runtime).
link
cglace
4759 days ago
I believe pypy also has a regex jit.
link
kingkilr
4759 days ago
Yup we do.
link