cdb5efb4a3721d72d71e7f452fa9d3d4dccc9bd6
- Added guards at the bucket level, to ensure that getting an item in an empty bucket doesn't cause an error. - Added grow() and shrink() functions to Table, to prevent a capacity of 0 from not being able to grow. - Updated the fuzz test to use `go_fuzz-utils`.
go-cuckoo
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
Languages
Go
93.3%
Makefile
6.7%