Registry / utility / projectdiscovery-hmap

projectdiscovery-hmap

JSON →
library0.0.100gogounverified

HMap is a Go library providing a hybrid hash map implementation for efficient data storage and retrieval.

go get github.com/projectdiscovery/hmap
INSTALL
IMPORT
SIG · PROJECTDISCOVERY-H
P
projectdiscovery-hmap
utilitygov0.0.100
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.

hmap
github.com/projectdiscovery/hmap

Creates a new hmap, sets a key-value pair, and retrieves it.

package main import ( "fmt" "github.com/projectdiscovery/hmap" ) func main() { m := hmap.New() m.Set("key", "value") val, _ := m.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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