aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
* st.c: remove redundant export declarationk0kubun2018-05-271-1/+1
* st.c: retry operations if rebuiltnormal2018-02-131-73/+185
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+1
* st_hashtype_num marked as staticshyouhei2018-01-191-1/+1
* __builtin_assume_aligned for *(foo *) castsshyouhei2018-01-151-2/+8
* hash literal deduplicates like Hash#[]=normal2017-12-301-2/+2
* Revert "Improve performance of creating Hash object"watson19782017-12-191-59/+6
* st.c: fix upnobu2017-12-191-5/+5
* st.c: no C99 commentnobu2017-12-181-1/+1
* Improve performance of creating Hash objectwatson19782017-12-181-6/+59
* st.c: fix num_entriesnobu2017-09-051-0/+2
* st.c: fix false assertionsnobu2017-09-051-35/+42
* optimize rb_hash_bulk_insert to generally outperform 2.4.shyouhei2017-09-051-25/+67
* st.c: adjust stylenobu2017-07-191-31/+41
* revert r59359, r59356, r59355, r59354normal2017-07-191-18/+2
* newhash insn reuses existing keysnormal2017-07-181-2/+18
* adjust styles [ci skip]nobu2017-05-101-11/+22
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-271-0/+165
* fix macro expansion bugshyouhei2017-04-251-2/+2
* st.c: suppress a warningnobu2016-12-211-1/+4
* st.c: fix st_hash* functions [Bug #13019]nobu2016-12-211-170/+78
* st: Add 'static const'naruse2016-12-121-2/+2
* switching hash removalnobu2016-12-061-44/+0
* remove unnecessary variablenobu2016-12-061-51/+90
* st.c: fix crashes on huge hash tablesnormal2016-11-151-2/+2
* Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.ko12016-11-071-1027/+1360
* * configure.in: check function attirbute const and pure,naruse2016-05-081-0/+1
* revert UNALIGNED_WORD_ACCESS for GCC6naruse2016-04-301-4/+0
* st.c: fix collision statistics [ci skip]nobu2016-03-301-6/+4
* disable unaligned word accessnobu2016-01-151-0/+4
* st.c: constify st_table* in private functionsnormal2015-07-291-5/+9
* st.c: fix arguments order to comparenobu2015-07-241-5/+5
* * st.c: get rid of VC++'s warnings of C4700 (uninitialized localusa2015-07-021-7/+7
* st.c: use ccan linked-list (try 3)normal2015-06-291-162/+121
* Revert "st.c: use ccan linked-list (try 2)"normal2015-06-261-120/+162
* st.c: use ccan linked-list (try 2)normal2015-06-261-162/+120
* st.c: include ccan/list/list.h to test buildnormal2015-06-261-0/+1
* Revert r51034 "st.c: use ccan linked-list"normal2015-06-251-121/+162
* st.c: use ccan linked-listnormal2015-06-251-162/+121
* hash.c: move Hash specific functionsnobu2015-01-231-22/+2
* fix flonum hashing regression from r45384normal2015-01-221-0/+9
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-1/+0
* internal.h: STATIC_ASSERTnobu2014-11-131-3/+6
* st.c: update st_reverse_foreachnobu2014-10-041-29/+111
* st.c (new_size): use next_pow2 functionnormal2014-10-021-4/+21
* * st.c (do_hash_bin): unused macro.nari2014-09-211-1/+0
* * st.c (numberof): unused. internal.h has same macro.nari2014-09-211-2/+0
* UNALIGNED_WORD_ACCESS on ppc64nobu2014-07-231-0/+1
* st.c: fix uninitialized variablenobu2014-07-061-3/+3
* st.c: remove equality checksnobu2014-07-061-12/+0