Registry / utility / brentp-intintmap

brentp-intintmap

JSON →
library0.0.0-20251106190759-56907b1f8479gogounverified

Package intintmap provides a fast int64 key to int64 value map implementation.

go get github.com/brentp/intintmap
INSTALL
IMPORT
SIG · BRENTP-INTINTMAP
B
brentp-intintmap
utilitygov0.0.0-20251106190759-56907b1f8479
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.

intintmap
github.com/brentp/intintmap

Creates a new int-int map, inserts a key-value pair, and retrieves it.

package main import ( "fmt" "github.com/brentp/intintmap" ) func main() { m := intintmap.New() m.Put(1, 100) val, ok := m.Get(1) fmt.Println(val, ok) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20251106190759-56907b1f8479latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
brentp-intintmap — go get brentp-intintmap · libregistry