mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[Feature #12142] See header of st.c for improvment details. You can see all of code history here: <https://github.com/vnmakarov/ruby/tree/hash_tables_with_open_addressing> This improvement is discussed at <https://bugs.ruby-lang.org/issues/12142> with many people, especially with Yura Sokolov. * st.c: improve st_table. * include/ruby/st.h: ditto. * internal.h, numeric.c, hash.c (rb_dbl_long_hash): extract a function. * ext/-test-/st/foreach/foreach.c: catch up this change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
|---|---|---|
| .. | ||
| array/resize | ||
| bignum | ||
| bug-3571 | ||
| bug-5832 | ||
| bug_reporter | ||
| class | ||
| debug | ||
| dln/empty | ||
| exception | ||
| fatal | ||
| file | ||
| float | ||
| funcall | ||
| gvl/call_without_gvl | ||
| hash | ||
| integer | ||
| iseq_load | ||
| iter | ||
| load/dot.dot | ||
| marshal | ||
| memory_status | ||
| method | ||
| notimplement | ||
| num2int | ||
| path_to_class | ||
| popen_deadlock | ||
| postponed_job | ||
| printf | ||
| proc | ||
| rational | ||
| recursion | ||
| st | ||
| string | ||
| struct | ||
| symbol | ||
| time | ||
| tracepoint | ||
| typeddata | ||
| vm | ||
| wait_for_single_fd | ||
| win32 | ||
| auto_ext.rb | ||