Skip to content

Commit 07e1d83

Browse files
committed
Add ChangeLog entry
1 parent 6a3ddad commit 07e1d83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Compatibility:
2121

2222
Performance:
2323

24+
* Change the `Hash` representation from traditional buckets to a "compact hash table" for improved locality, performance and memory footprint (#3172, @moste00).
2425
* Optimize calls with `ruby2_keywords` forwarding by deciding it per call site instead of per callee thanks to [my fix in CRuby 3.2](https://bugs.ruby-lang.org/issues/18625) (@eregon).
2526
* Optimize feature loading when require is called with an absolute path to a .rb file (@rwstauner).
2627

0 commit comments

Comments
 (0)