jscl
jscl copied to clipboard
Take benefit of `Map` in the implementation of hash tables
Map can be used to implement directly hash tables for the eq test, and it can be used as well to compute the hash value for the eql and equal hash tables.