1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
ko1 75775157ea Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.
[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
2016-11-07 00:45:00 +00:00
..
-test- Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>. 2016-11-07 00:45:00 +00:00
bigdecimal Import from ruby/bigdecimal repository 2016-11-03 12:46:22 +00:00
cgi/escape
continuation
coverage
date * ext/date/date_parse.c (date_zone_to_diff): it's nonsence and really 2016-10-01 14:12:34 +00:00
dbm
digest fix hexdigest [ci skip] 2016-10-20 13:18:52 +00:00
etc
fcntl
fiber
fiddle
gdbm
io
json
mathn
nkf
objspace internal.h: RB_OBJ_BUILTIN_TYPE 2016-10-28 06:58:19 +00:00
openssl [DOC] replace Fixnum with Integer [ci skip] 2016-10-26 06:11:23 +00:00
pathname Pathname#empty? implemented. 2016-11-05 03:29:08 +00:00
psych
pty
racc/cparse
rbconfig/sizeof
readline * ext/readline/extconf.rb: Update error message with correct words. 2016-10-06 02:38:18 +00:00
ripper
sdbm
socket socket: fix rdoc of UDPSocket#recvfrom_nonblock 2016-10-27 05:58:35 +00:00
stringio
strscan strscan.c: minl 2016-09-28 05:11:22 +00:00
syslog
win32
win32ole [DOC] replace Fixnum with Integer [ci skip] 2016-10-26 06:11:23 +00:00
zlib [DOC] replace Fixnum with Integer [ci skip] 2016-10-26 06:11:23 +00:00
.document
extmk.rb
Setup
Setup.atheos
Setup.nacl
Setup.nt