0.9.3.30:
authorPaul F. Dietz <pfdietz@users.sourceforge.net>
Fri, 5 Aug 2005 13:32:14 +0000 (13:32 +0000)
committerPaul F. Dietz <pfdietz@users.sourceforge.net>
Fri, 5 Aug 2005 13:32:14 +0000 (13:32 +0000)
commitbc1783335d78be988465e4fc7cf9c5fdb88a3fa4
tree45956db208361410982a34cdc61af3948e9d20bc
parentf98d63ddb86859259bf12f2e276fb577cbe168eb
0.9.3.30:
  Cache the previous key used to access a hash table.  If the next key
  is EQ to the cached key (if any), we can avoid computing the hash
  function and performing a full lookup.  This speeds up the common
  retrieve/update/store idiom on hash table places.
src/code/hash-table.lisp
src/code/target-hash-table.lisp
version.lisp-expr