Versions in this module Expand all Collapse all v1 v1.0.52 Mar 9, 2020 v1.0.44 Feb 13, 2018 Changes in this version + type FastIntegerHashMap struct + func New(hint uint64) *FastIntegerHashMap + func (fi *FastIntegerHashMap) Cap() uint64 + func (fi *FastIntegerHashMap) Delete(key uint64) + func (fi *FastIntegerHashMap) Exists(key uint64) bool + func (fi *FastIntegerHashMap) Get(key uint64) (uint64, bool) + func (fi *FastIntegerHashMap) Len() uint64 + func (fi *FastIntegerHashMap) Set(key, value uint64)