ruby/include
Jean Boussier 837f684377 st.c: Store st_table->bins at the end of st_table->entries
Same optimization that was applied to `set_table` in
85c52079aa35a1d2e063a5b40eebe91701c8cb9e

This saves one pointer per `st_table`.
Now that GC support 64B slots, if we can save another 8B
either in `st_table` or in `struct RHash`, hashes would now
fit in 64B slots.
2026-05-17 23:54:19 +03:00
..