mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Refactor Regexp#match
cache implementation (#7724)
* Refactor Regexp#match cache implementation Improved variable and function names Fixed [Bug 19537] (Maybe fixed in https://github.com/ruby/ruby/pull/7694) * Add a comment of the glossary for "match cache" * Skip to reset match cache when no cache point on null check
This commit is contained in:
parent
8023da746c
commit
a1c2c274ee
Notes:
git
2023-04-19 04:09:07 +00:00
Merged-By: makenowjust <make.just.on@gmail.com>