//
pkg.gl
Category
github.com/nextdoor/go-datastructures
hashmap
fastinteger
package
1.0.52
Repository:
https://github.com/nextdoor/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
120 SLOC
#
Functions
New
New returns a new FastIntegerHashMap with a bucket size specified by hint.
#
Structs
FastIntegerHashMap
FastIntegerHashMap is a simple hashmap to be used with integer only keys.