//
pkg.gl
Category
github.com/pingcap/tidb
pkg
util
mvmap
package
9.0.0-alpha+incompatible
Repository:
https://github.com/pingcap/tidb.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
1
Dependents
6
Files
168 SLOC
#
Functions
NewMVMap
NewMVMap creates a new multi-value map.
#
Structs
Iterator
Iterator is used to iterate the MVMap.
MVMap
MVMap stores multiple value for a given key with minimum GC overhead.