mmizutani (Minoru Mizutani)
- Login: mmizutani
- Registered on: 09/23/2016
- Last sign in: 09/26/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
12/10/2022
-
06:41 AM Ruby Feature #19104: Introduce the cache-based optimization for Regexp matching
- Regex fuzzing encountered an edge-case regression:
```bash
$ ruby --version
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
$ time ruby -e 'puts /あ(?~い)/.match?("あ")'
true
0.04s user 0.04s system 74% cpu 0.118 tot...