[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue: HASH-TABLE-ACCESS (version 2)
- To: vanroggen%aitg.DEC@decwrl.dec.com
- Subject: Issue: HASH-TABLE-ACCESS (version 2)
- From: gz@spt.entity.com (Gail Zacharias)
- Date: 13 Oct 88 21:09:35 EDT (Thu)
- Cc: cl-cleanup@sail.stanford.edu
- In-reply-to: vanroggen%aitg.DEC@decwrl.dec.com's message of Thu, 13 Oct 88 12:30:44 PDT <8810131930.AA15360@decwrl.dec.com>
Date: Thu, 13 Oct 88 12:30:44 PDT
From: vanroggen%aitg.DEC@decwrl.dec.com
HASH-TABLE-REHASH-SIZE hash-table
Returns the current rehash size of a hash table.
HASH-TABLE-REHASH-THRESHOLD hash-table
Returns the current rehash threshold of a hash table.
HASH-TABLE-SIZE hash-table
Returns the current size of a hash table.
I don't think the "current" values of these are well defined except in
reference to one particular implementation technique (I believe the
corresponding arguments to make-hash-table are advisory in nature and can be
ignored when not applicable). For instance, can you describe what an
implementation using alists should return from each of these functions?
I do support the addition of HASH-TABLE-TEST.