south37 (Nao Minami)
- Login: south37
- Registered on: 05/21/2017
- Last sign in: 02/24/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/21/2017
-
04:51 PM Ruby Feature #13587 (Closed): Improve performance of string interpolation
- This patch will add pre-allocation in string interpolation.
By this, unnecessary capacity resizing is avoided.
For small strings, optimized `rb_str_resurrect` operation is faster, so pre-allocation is done only when concatenated stri...