Hello v8-users!

In the past I often had a regex as bottleneck in my projects, rewriting 
them manually to JS often helped. So I recently thought, could I write 
something that generates the fitting JS for a given regex? Out of that came 
RECO - https://github.com/Pita/reco . Unfortunately the generated code 
can't get quite as fast yet. It still takes about 2-3 times in benchmarks 
compared to the built in regex engine. But it can match all sorts of 
complicated regex patterns. In manual attempts to rewrite a regex I could 
often beat the built-in time. 

I would appreciate very much help in making the generated code faster and 
make it beat the built-in matcher every time. Any help is appreciated, 
thank you :)

Peter

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/4361c35c-ed55-4ee2-85d8-1c35e4afdca5n%40googlegroups.com.

Reply via email to