You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Performance:
43
43
* Improved the performance of `IO#read_nonblock` when no data is available to be read.
44
44
*`TruffleSafepoint` is now used instead of custom logic, which no longer invalidates JITed code for guest safepoints (e.g., `Thread#{backtrace,raise,kill}`, `ObjectSpace`, etc)
45
45
* Significantly improved performance of `Time#strftime` for common formats (#2361, @wildmaples, @chrisseaton).
46
+
* Faster solution for lazy integer length (#2365, @lemire, @chrisseaton).
0 commit comments