sairash / segmap

A Hash Map with the ability to use prefix keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Hash Map with the ability to use prefix keys


Languages

Language:Go 100.0%