-
- Downloads
Added EXT:*HASH-TABLE-TESTS* and made MAKE-HASH-TABLE look in it for any
:TEST types that it doesn't understand. Entries in EXT:*HASH-TABLE-TESTS* should be lists of the three values: the name, the test function, and the hash function. The test function takes two objects and returns true iff they are the same. The hash function takes one object and returns two values: the (positive fixnum) hash value and true if the hashing depends on pointer values and will have to be redone if the object moves.
Loading
Please register or sign in to comment