bruno.escherl@xing.com (Bruno Escherl)
- Login: bruno.escherl@xing.com
- Registered on: 10/01/2020
- Last sign in: 11/01/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/01/2021
-
07:32 AM Ruby Feature #15667: Introduce malloc_trim(0) in full gc cycles
- Wouldn't that be a good feature in combination with GC auto_compaction? First run the auto_compaction against memory fragmentation and then call malloc_trim to give back the memory?
10/01/2020
-
08:52 PM Ruby Bug #17209 (Closed): String#slice allocates Range object in ruby 3.0.0preview1
- While trying to optimise a use case, where I need to get parts of a string extracted, ignoring a constant length prefix, I noticed that ruby 3.0.0preview1 allocates an additional Range object for String#slice, that ruby 2.7.1 didn't allo...