22 Apr
2016
22 Apr
'16
10:20 a.m.
On 22 Apr 2016, at 15:52, Jed Brown <[email protected]> wrote:
This is actually used, but I think the implementation (below) accurately fits my description of wrapping khash primitives with imaginary error checking. Lawrence, do you just want a general-purpose hash table or do you specifically want Matt's hash/linked-list structure?
I only want an int->int hash map so just a general-purpose one will do. Lawrence