Documentation ¶
Index ¶
Constants ¶
View Source
const (
FreeListSize = uint64(0)
)
Constant of trie
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
Context is the write context of trie
type FreeList ¶
type FreeList struct {
// contains filtered or unexported fields
}
FreeList is a free list of trie node All trie that fork from the same trie share the same free list
Click to show internal directories.
Click to hide internal directories.