FabienChaynes (Fabien Chaynes)
- Login: FabienChaynes
- Registered on: 11/30/2023
- Last sign in: 12/21/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/30/2023
-
05:41 PM Ruby Feature #20031 (Feedback): Regexp using greedy quantifier and unions on a big string uses a lot of memory
- Trying to match on some regexp using a greedy quantifier on any character (`.*`) and unions (`foo|bar`) uses a lot of memory if the string we want to match on is big.
# Reproduction code
```ruby
puts RUBY_DESCRIPTION
unless Fil...