package | description | category | license |
---|---|---|---|
willemt/quadratic-probing-hashmap | hashmap that uses quadratic probing (open addressing) for managing collisions | Data structure | BSD |
exbotanical/lib.hash | A simple open-addressed, double-hashed hash table. | Hashing | MIT |