[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Issue: HASH-TABLE-ACCESS (version 2)



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