Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeBTree ¶
Types ¶
type BTree ¶
type BTree struct { Top *node `json:"top"` Length int `json:"length"` }
func DeserializeBTree ¶
type ConcurrentMap ¶
type ConcurrentMap struct {
// contains filtered or unexported fields
}
func NewConcurrentMap ¶
func NewConcurrentMap() *ConcurrentMap
func (*ConcurrentMap) Get ¶
func (c *ConcurrentMap) Get(key interface{}) (interface{}, bool)
func (*ConcurrentMap) Put ¶
func (c *ConcurrentMap) Put(key, value interface{})
type Lru ¶
type Lru struct {
// contains filtered or unexported fields
}
Lru is the thread-safe LRU cache.
type ResultSet ¶
func NewWithMessage ¶
Click to show internal directories.
Click to hide internal directories.