Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + const ShardOrder + type AtomicPtrMap struct + func (m *AtomicPtrMap) CompareAndSwap(key Key, oldVal, newVal *Value) *Value + func (m *AtomicPtrMap) Load(key Key) *Value + func (m *AtomicPtrMap) Range(f func(key Key, val *Value) bool) + func (m *AtomicPtrMap) RangeRepeatable(f func(key Key, val *Value) bool) + func (m *AtomicPtrMap) Store(key Key, val *Value) + func (m *AtomicPtrMap) Swap(key Key, val *Value) *Value + type Hasher struct + func (h *Hasher) Hash(key Key) uintptr + func (h *Hasher) Init() + type Key struct + type Value struct