https://github.com/sairash/segmap
A Hash Map with the ability to use prefix keys
https://github.com/sairash/segmap
Last synced: 2 months ago
JSON representation
A Hash Map with the ability to use prefix keys
- Host: GitHub
- URL: https://github.com/sairash/segmap
- Owner: sairash
- Created: 2023-12-25T17:39:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T18:16:46.000Z (8 months ago)
- Last Synced: 2025-02-07T19:15:20.594Z (4 months ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Segmap (Segmented Maps)
## Prefix Map Golang
- Store
-> Key: data1 value: Value of key1
-> Key: data2 value: Value of key2
-> key: data3 value: Value of key3
- Get
-> provide key: data
-> get value: [Value of key1, Value of key2, Value of key3]**Many Changes Will Be Done**