Registry / utility / dolthub-maphash

dolthub-maphash

JSON →
library0.1.0gogounverified

A hash map implementation with custom hashing.

go get github.com/dolthub/maphash
INSTALL
IMPORT
SIG · DOLTHUB-MAPHASH
D
dolthub-maphash
utilitygov0.1.0
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.

maphash
github.com/dolthub/maphash

Creates a new maphash map and inserts a key-value pair.

package main import "github.com/dolthub/maphash" func main() { m := maphash.New[int, string]() m.Put(1, "one") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
dolthub-maphash — go get dolthub-maphash · libregistry