chiark / gitweb /
Hash tables indexed by atoms, to avoid expense of hashing keys on each
authormdw <mdw>
Sat, 20 Jan 2001 11:50:58 +0000 (11:50 +0000)
committermdw <mdw>
Sat, 20 Jan 2001 11:50:58 +0000 (11:50 +0000)
commitdcda594451ecd4d8ba699da3e4cc3c723f31b538
treec7c2966a9b65dc239255c2dc9895910b248350b8
parentc1c43500c9dade4d8df9366ae602b08f04f95682
Hash tables indexed by atoms, to avoid expense of hashing keys on each
lookup, and to reduce storage used by key texts.
assoc.c [new file with mode: 0644]
assoc.h [new file with mode: 0644]