factor/core/hash-sets
Björn Lindqvist 6f10f06c27 hash-sets,hashtables: make it so the array backing the hash is non-empty
Commit 70c7f9e029 made it so the code
assumes the array is not empty. But it can be empty if the hashtable is
created using "hashtable new" and then it can crash because it reads
uninitialized memory. Setting the initial of the array slot to
a valid hash-array should fix that.
2016-10-05 19:19:39 +02:00
..
hash-sets-docs.factor sets: rename unordered-set back to set. 2016-03-29 15:46:29 -07:00
hash-sets-tests.factor hash-sets,hashtables: improved key@ word 2016-09-25 20:07:08 +02:00
hash-sets.factor hash-sets,hashtables: make it so the array backing the hash is non-empty 2016-10-05 19:19:39 +02:00
summary.txt adding some summary.txt files. 2013-04-26 17:43:24 -07:00