//
pkg.gl
Category
github.com/golang-collections/go-datastructures
hashmap
fastinteger
package
0.0.0-20150211160725-59788d5eb259
Repository:
https://github.com/golang-collections/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
113 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.