An open API service indexing awesome lists of open source software.

https://github.com/lyrictian/hashmap

A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxhash algorithm. Supports generics, Go 1.18.
https://github.com/lyrictian/hashmap

Last synced: 4 months ago
JSON representation

A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxhash algorithm. Supports generics, Go 1.18.

Awesome Lists containing this project