Skip to content

awesome-cap/hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

Atomic HashMap.

Install

go get -u github.com/awesome-cap/hashmap

Usage

import "github.com/awesome-cap/hashmap"

m := hashmap.New()
m.Set("hello", "world")
v, ok := m.Get("hello") // v: "world", ok: true
suc := m.Del("hello")   // suc: true

Benchmarks

Benchmark

Releases

No releases published

Packages

No packages published

Languages