[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Issue: HASH-TABLE-ACCESS (version 2)
- To: gz@spt.entity.com
- Subject: RE: Issue: HASH-TABLE-ACCESS (version 2)
- From: vanroggen%aitg.DEC@decwrl.dec.com
- Date: Fri, 14 Oct 88 13:29:08 PDT
Well, I think there would be some leeway on the return values for
HASH-TABLE-REHASH-SIZE/REHASH-THRESHOLD/SIZE too.
If an implementation really did implement them with association lists,
perhaps reasonable return values would be:
HASH-TABLE-REHASH-SIZE 1
HASH-TABLE-REHASH-THRESHOLD 1.0
HASH-TABLE-SIZE the length of the association list
---Walter