iz (Illia Zub)
- Login: iz
- Registered on: 10/20/2021
- Last sign in: 06/04/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
09/13/2023
-
04:22 PM Ruby Bug #19875: Ruby 3.0 -> 3.1 Performance regression in String#count
- Thanks for your feedback, @nobu! It looks like compiler dependent. I used `x86_64-linux`.
May you please help me to find the root cause? (*I'll do my own research, just asking for starting points.* )
09/12/2023
-
02:18 PM Ruby Bug #19875 (Open): Ruby 3.0 -> 3.1 Performance regression in String#count
- `String#count` became slower since Ruby 3.1. Originally found by `@Freaky`: https://github.com/ruby/ruby/pull/4001#issuecomment-1714779781
Compared using the [`benchmark-driver` gem](https://github.com/benchmark-driver/benchmark-drive...