summaryrefslogtreecommitdiff
path: root/benchmark/regexp_new.yml
AgeCommit message (Collapse)Author
2023-06-09Optimize `Regexp#dup` and `Regexp.new(/RE/)`Nobuyoshi Nakada
When copying from another regexp, copy already built `regex_t` instead of re-compiling its source. Notes: Merged: https://github.com/ruby/ruby/pull/7922