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

https://github.com/mehdieidi/cmap

Concurrent multi-writable, multi-readable, and thread-safe hash table implemented using sharding technique.
https://github.com/mehdieidi/cmap

concurrent data-structure data-structures go golang map parallel thread-safe

Last synced: about 1 month ago
JSON representation

Concurrent multi-writable, multi-readable, and thread-safe hash table implemented using sharding technique.

Awesome Lists containing this project

README

          

# cmap
Concurrent thread-safe string to string hash table implemented using sharding technique.