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.
- Host: GitHub
- URL: https://github.com/mehdieidi/cmap
- Owner: mehdieidi
- Created: 2022-02-04T16:50:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T17:08:14.000Z (about 4 years ago)
- Last Synced: 2024-06-20T16:44:58.401Z (over 1 year ago)
- Topics: concurrent, data-structure, data-structures, go, golang, map, parallel, thread-safe
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmap
Concurrent thread-safe string to string hash table implemented using sharding technique.