ashwinsurya14 (Ashwin Surya Kumar Sivasubramanian)
- Login: ashwinsurya14
- Registered on: 10/05/2023
- Last sign in: 10/05/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/05/2023
-
09:14 PM Ruby Bug #19911: require slower with ruby/3.2.2
- On further debugging we found that the following is speeding up the require and file read operation
time ruby --disable-gems -e 'require "json"' ... -
05:37 PM Ruby Bug #19911: require slower with ruby/3.2.2
- Also i have seen this happeneing in other versions/systems one other thing i tested was with ubuntu.
-
05:36 PM Ruby Bug #19911 (Feedback): require slower with ruby/3.2.2
- we tested require with ruby 3.2.2 and ruby 2.7.2
and its seems to slowdown considerabily
the test case:
Ruby 3.2.2
command: time ruby -e 'require "json"'
time: user=0.19s system=0.02s cpu=99% total=0.204
Ruby 2.7.2
command: ti...