Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + type SegmentMap struct + func NewSegmentMap(size int64) (*SegmentMap, error) + func (sm *SegmentMap) Get(key []byte) (interface{}, bool) + func (sm *SegmentMap) GetSegment(index int64) (map[string]interface{}, error) + func (sm *SegmentMap) SegmentCount() int64 + func (sm *SegmentMap) Set(key []byte, value interface{}, force bool) bool