Open imasahiro opened 3 years ago
@k-takata Hi, do you have a chance to review this?
I've applied to Ruby this patch (https://github.com/imasahiro/ruby/commit/860d60cfca690309cb1ba2811bbb1175f78dd48d) and it seems benchmark result shows not bad number (with https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/regexredux-ruby-3.html (which checks regexp library performance) become 8% faster than current master branch.)
Hi~ any update so far...? @k-takata
ping @k-takata
Or is this repo already obsoleted? Then should I send a PR to https://github.com/ruby/ruby instead for example?
Motivations:
Changes:
Results:
\b\w+nn\b
) at least at M1 mac (will check perf at other platform e.g. x86 later)Here are benchmark scores. Benchmark suite is derived form http://sljit.sourceforge.net/regex_perf.html.