GitHub / tidwall / hashmap
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidwall%2Fhashmap
PURL: pkg:github/tidwall/hashmap
Stars: 218
Forks: 10
Open issues: 2
License: isc
Language: Go
Size: 34.2 KB
Dependencies parsed at: Pending
Created at: over 3 years ago
Updated at: 3 months ago
Pushed at: over 2 years ago
Last synced at: 2 months ago
Topics: hash, hashmap, hashtable, map, table