Clibs

Keyword “hashmap” packages
packagedescriptioncategorylicense
willemt/linked-list-hashmaphashmap that uses linked lists for managing collisionsData structureBSD
willemt/quadratic-probing-hashmaphashmap that uses quadratic probing (open addressing) for managing collisionsData structureBSD
davidleeds/hashmaptemplated and type-safe hashmap using open addressing and linear probing for collision resolution.Data structureMIT
willemt/skiplistDictionary implemented through a skiplistData structureBSD
robusgauli/csetType safe, Generic & Fast as F**K Set Data structure (uses XXHash).Data structureMIT