//
pkg.gl
Category
github.com/zeta-chain/ethermint
store
cachekv
internal
package
0.0.0-20241105191054-1ebf85a354a0
Repository:
https://github.com/zeta-chain/ethermint.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
390 SLOC
#
Functions
NewBTree
NewBTree creates a wrapper around `btree.BTreeG`.
NewCacheMergeIterator
No description provided by the author
#
Structs
BTree
BTree implements the sorted cache for cachekv store, we don't use MemDB here because cachekv is used extensively in sdk core path, we need it to be as fast as possible, while `MemDB` is mainly used as a mocking db in unit tests.