Versions in this module Expand all Collapse all v1 v1.0.1 Aug 18, 2015 v1.0.0 Aug 4, 2015 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)