https://github.com/purehyperbole/ctrie
A concurrent hash array mapped trie implementation with support for efficient snapshots
https://github.com/purehyperbole/ctrie
Last synced: about 1 year ago
JSON representation
A concurrent hash array mapped trie implementation with support for efficient snapshots
- Host: GitHub
- URL: https://github.com/purehyperbole/ctrie
- Owner: purehyperbole
- License: mit
- Created: 2025-04-19T14:42:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-19T14:45:58.000Z (about 1 year ago)
- Last Synced: 2025-04-19T18:43:04.196Z (about 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctrie
A concurrent hash array mapped trie implementation with support for efficient snapshots