aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* st.c: re-calc hash_val before addingnobu2014-07-061-0/+2
* st.c: update the key too if changednobu2014-07-061-0/+18
* configure.in, missing.h: jemalloc manglingnobu2014-06-051-0/+4
* * st.c (st_foreach_check): chnage start point of search at checktarui2014-04-201-5/+11
* st.c (st_init_table_with_size): update commentnormal2014-03-311-1/+1
* st.c: use power-of-two sizes to avoid slow modulo opsnormal2014-03-221-57/+17
* * st.c (st_update): remove unnecessary assignmentnormal2014-03-141-1/+0
* * st.c (st_foreach): fix type of hash. not st_data_t but st_index_t.tarui2014-03-041-1/+2
* st.c: hash_posnobu2014-01-181-20/+21
* st.c: tweaked commentduerst2013-12-051-1/+1
* * st.c: add st_values() and st_values_check().glass2013-11-281-0/+41
* * st.c (st_keys): fix not to use Qundef in st.c.glass2013-11-281-7/+19
* * st.c (st_keys): define st_keys(). it writes each key to buffer.glass2013-11-271-0/+29
* hash.c, st.c: fix for ST_CHECKnobu2013-11-141-5/+5
* st.c: revert st_keysnobu2013-10-101-31/+0
* * st.c (st_keys): define st_keys() for performance improvement ofglass2013-10-101-0/+31
* * st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.akr2013-07-161-3/+3
* * configure.in: revert r42008. strcasecmp() uses the current locale.glass2013-07-161-2/+0
* * configure.in: check strcasecmp().glass2013-07-161-0/+2
* * st.c (st_shift): remove unused variable.nobu2013-04-251-1/+0
* * benchmark/bm_hash_shift.rb: add benchmark for Hash#shiftcharliesome2013-04-251-0/+29
* Fixed comment typo, found by @ThePablickzzak2013-04-191-1/+1
* * regint.h: fix typo: _M_AMD86 -> _M_AMD64.naruse2013-04-101-1/+1
* st_update passes the key in st_tableshirosaki2012-11-171-0/+2
* * st.c (st_foreach_check, st_foreach): remove ancient check. Thisnobu2012-03-311-2/+0
* * st.c (st_delete): use real_entries in st_delete for packed tablesnobu2012-03-311-1/+1
* * st.c (st_foreach_check): remove the entry by replacing with nevernobu2012-03-301-8/+13
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-291-2/+2
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-13/+24
* * st.c: pack tables also generic keys. patched by Sokolov Yura atnobu2012-03-101-38/+63
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-12/+85
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-34/+31
* * st.c (unpack_entries): chain entries directly. based on a patchnobu2012-03-051-11/+33
* * st.c (unpack_entries): use union instead of casted pointer.nobu2012-03-051-7/+13
* * st.c: use PACKED_ENT and FIND_ENTRY. patched by Sokolovnobu2012-03-051-10/+5
* * st.c (unpack_entries): reallocate bins if packed array sizenobu2012-03-051-0/+5
* * st.c: refactor packed entries using structs.nobu2012-02-071-20/+36
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-2/+13
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-071-11/+17
* * st.c (add_packed_direct): ditto.nobu2012-01-171-2/+1
* * st.c (do_hash): it's the time to remove cast to unsigned int.nobu2012-01-171-5/+4
* * st.c (unpack_entries): Fix r34310: on unpacking, the position ofnaruse2012-01-161-2/+3
* st optimize st_insertshyouhei2012-01-151-10/+11
* st refactor add_packed_direct a bitshyouhei2012-01-151-13/+8
* st macroses for allocationshyouhei2012-01-151-23/+33