Make DEFSETF warn a bit more like DEFMACRO
Improve SB-INTROSPECT:FIND-DEFINITION-SOURCES-BY-NAME error handling
Fortify SB-INTROSPECT:DEFTYPE-LAMBDA-LIST against :UNKNOWN arglists
fix publish-latest-dev
fix publish-latest-dev
fix publish-latest-dev
fix publish-latest-dev
fix publish-latest-dev
fix publish tarballs as latest-dev on github
publish tarballs as latest-dev on github
Document --tls-limit
Make sb-hash-table-debug pass the tests
Repurpose sb-hash-table-debug
Fix weak hash tables with user-defined hash functions
fix race condition in PROBE-FILE on Unix
Fix 32 bit adaptive weak hash tables
Fix adaptive equal hash tables
Do not return T for the DOCUMENTATION of illegal function names
Print TRACE output on a FRESH-LINE
Revert attempts at fixing 32-bit :EQ-HASH-SWITCH-TO-SAFE
Fix 32-bit :EQ-HASH-SWITCH-TO-SAFE again
Improve :EQ-HASH-SWITCH-TO-SAFE
Fix :EQ-HASH-SWITCH-TO-SAFE test on 32-bit
Use NAMED-LAMBDA for synchronized hash table accessors
add hash table benchmarks
Adaptive hashing: EQ hash tables
Adaptive hashing: add safe fallback for EQ hash tables
Adaptive hashing: flat hash tables
Update xperfecthash files
Reduce PICK-TABLE-METHODS size
Have a single closure for all hash table accessors
Hash strings with FNV-1A instead of Jenkins' one-at-a-time
Less type checking in PUTHASH
One fewer memory access in GETHASH and PUTHASH
Tail-call %MAKE-HASH-TABLE
Micro-optimize REHASH
Remove POINTER-HASH
Don't prefuzz anything
Rehash only if the INDEX-VECTOR grows (2nd try)
Revert "Rehash only if the INDEX-VECTOR grows"
Rehash only if the INDEX-VECTOR grows
Make hash table address sensitivity sticky
Use faster, direct hash table access to SIZE and COUNT
Cache RECOMPUTE-HT-VECTOR-SIZES for default hash tables
Depessimize RECOMPUTE-HT-VECTOR-SIZES
Define +MAX-HASH-TABLE-BITS+
Avoid TWO-ARG-/ in %MAKE-HASH-TABLE
Less bounds and type checking in hash tables
HASH-VECTOR is never NIL in EQUAL[P] hash tables
Inline GETHASH3 and %PUTHASH
Add kludges to GETHASH3 and %PUTHASH to force tail calls
Optimize EQUAL on lists