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

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

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**