]> gitweb.factorcode.org Git - factor.git/history - core/hashtables/hashtables.factor
inverse: Fix docs
[factor.git] / core / hashtables / hashtables.factor
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2021-07-24 John BenediktssonRevert "hashtables: Preserve access semantics for alist...
2021-07-21 timorhashtables: Preserve access semantics for alist >hashta...
2021-03-29 John Benediktssonassocs: making unzip generic to be faster on hashtables.
2020-10-15 John Benediktssoncombinators: move recursive-hashcode to kernel vocab.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2016-10-06 John BenediktssonRevert "hash-sets,hashtables: make it so the array...
2016-10-06 John BenediktssonRevert "hash-sets,hashtables: improved key@ word"
2016-10-05 Björn Lindqvisthash-sets,hashtables: make it so the array backing...
2016-09-25 Björn Lindqvisthash-sets,hashtables: improved key@ word
2016-05-31 Björn Lindqviststyle thing: indenting tuple slots
2016-03-25 Doug Colemanhashtables: rename ((tombstone)) to +tombstone+, (...
2016-03-03 John Benediktssonhashtables: remove 2hashtable (not really used).
2016-03-03 Doug Colemanhashtables: add a 2hashtable word that is like associat...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-07-15 John Benediktssonhashtables: make sure capacity and growth use same...
2015-06-12 John BenediktssonRevert "hashtables: make hash-combine use fixnum primit...
2015-06-09 John Benediktssonhashtables: remove the 2hashcode word for now.
2015-06-09 John Benediktssonhashtables: make hash-combine use fixnum primitives.
2015-06-09 John Benediktssonwords: change word hash to do less work.
2014-10-31 Doug Colemancore: Remove trailing whitespace.
2014-02-07 John Benediktssonhashtables: slightly faster associate and collect-pairs.
2014-01-08 John Benediktssonhashtables: simplify <hashtable>.
2014-01-06 John Benediktssonhashtables: use >= in hash-large?.
2013-04-07 John Benediktssonhashtables: cleanup duplicate code.
2013-04-07 John Benediktssonhashtables: faster keys and values on hashtables.
2013-03-23 John Benediktssonhashtables: remove stack effects from generic methods.
2013-03-21 John Benediktssonhashtables: faster grow-hash by not calling >alist.
2013-03-08 John Benediktssonhashtables: reuse (rehash).
2013-03-08 John Benediktssonhashtables: slightly faster grow logic.
2013-03-05 John Benediktssoncore: cleanup USING lists.
2012-10-23 John Benediktssonhashtables: use "4drop" instead of "drop 3drop".
2012-10-05 John BenediktssonRevert "core: >array, >byte-vector, >hashtable, >vector...
2012-09-29 John Benediktssoncore: >array, >byte-vector, >hashtable, >vector should...
2012-08-24 Doug Colemanhashtables: Enforce shape on hashtable literals. Fixes...
2012-08-03 John Benediktssonhashtables: reduce default size of associate.
2012-07-20 Doug Colemanhashtables: Revert size of associate, but keep inlined...
2012-07-20 John Benediktssonhashtables: use H{ } clone in associate, make it inline.
2011-11-24 Joe Groffuse radix literals
2011-11-12 Slava Pestovhashtables: small cleanup
2011-11-10 John Benediktssonhashtables: allow re-using deleted tombstones. Fixes...
2011-10-03 John Benediktssonhashtables: moving hash-combine to hashtables.
2011-10-03 John BenediktssonFix help-lint errors for recent hashtable changes.
2011-10-02 John Benediktssonhashtables: switch to quadratic probing.
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-01-06 Slava PestovMerge branch 'fast-sets' of git://github.com/mrjbq7...
2011-01-06 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John Benediktssonassocs: use assoc-size to short-circuit equality checks.
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-10 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-06 Slava PestovLanguage change: tuple slot setter words with stack...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-11-22 Slava PestovFix conflict
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-15 Doug ColemanMerge branch 'monotonic' of git://factorcode.org/git...
2009-11-15 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2009-11-14 Slava Pestovhashtables: fix indentation
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-28 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-28 Slava Pestovchange-each -> map!, deep-change-each -> deep-map!
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-29 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-08-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Slava PestovAdd inline declarations for various assorted methods
2009-05-18 Slava PestovMerge branch 'master' of /Users/slava/factor/
2009-05-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovMerge branch 'redis' of git://www.tiodante.com/git...
2009-05-10 Bruno DeferrariMerge branch 'master' into redis
2009-05-10 Bruno DeferrariMerge branch 'master' into irc
2009-05-10 Slava PestovMerge branch 'hashcash' of git://github.com/martind...
2009-05-10 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-05-09 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Slava Pestovhashtables: use each-integer instead of iota ... each...
2009-05-05 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-03 U-FROGGER\ergMerge branch 'master' of git://factorcode.org/git/factor
next