[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hash tables => Hashing functions
- To: Common-Lisp at SU-AI
- Subject: Hash tables => Hashing functions
- From: Skef Wholey <Wholey at CMU-20C>
- Date: Fri, 08 Oct 1982 18:00:00 -0000
Since Common Lisp provides three kinds of hash tables (eq, eql, and equal),
shouldn't it provide three kinds of hashing functions? It currently provides
only SXHASH (i.e. EQUAL-HASH).