Versions in this module Expand all Collapse all v1 v1.7.9 Oct 27, 2019 Changes in this version + var DefaultOptions = Options + func Dist(hash, i, capacity int64) int64 + func HashKey(key []byte) int64 + func HashUint64(key uint64) int64 + type HashMap struct + func NewHashMap(opt Options) *HashMap + func (m *HashMap) AverageProbeCount() float64 + func (m *HashMap) Cap() int64 + func (m *HashMap) Elem(i int64) (key []byte, value interface{}) + func (m *HashMap) Get(key []byte) interface{} + func (m *HashMap) Keys() [][]byte + func (m *HashMap) Len() int64 + func (m *HashMap) Put(key []byte, val interface{}) + func (m *HashMap) Reset() + type Options struct + Capacity int64 + LoadFactor int