Registry / utility / alphadose-haxmap

alphadose-haxmap

JSON →
library1.4.1gogounverified

A high-performance concurrent hash map for Go with lock-free reads and minimal contention.

go get github.com/alphadose/haxmap
INSTALL
IMPORT
SIG · ALPHADOSE-HAXMAP
A
alphadose-haxmap
utilitygov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

haxmap
github.com/alphadose/haxmap

Create and use a concurrent hash map

package main import ( "fmt" "github.com/alphadose/haxmap" ) func main() { m := haxmap.New[string, int]() m.Set("key", 42) val, _ := m.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
alphadose-haxmap — go get alphadose-haxmap · libregistry