Versions in this module Expand all Collapse all v0 v0.0.2 Jun 22, 2024 v0.0.1 Jun 22, 2024 Changes in this version + type CMap struct + func NewCMap(bucketCount int) *CMap + func (m *CMap) Delete(key string) (value int, deleted bool) + func (m *CMap) Get(key string) (int, bool) + func (m *CMap) Set(key string, value int)