Documentation
¶
Index ¶
- Constants
- type Elem
- type Key
- type Meta
- type Node
- func (node Node) Insert(index, pointerL, pointerR, length int, key, metadata link.Metadata) (newNode, _ Node, _ []byte)
- func (node Node) IsNode() bool
- func (node Node) Key(index int) []byte
- func (node Node) Length() int
- func (node Node) Search(key []byte) (index, pointer, length int)
- func (node Node) Update(index, pointer, length int, metadata link.Metadata) (newNode Node)
- func (node Node) ValueOrChild(index int) (pointer, length int)
- func (node Node) ValueOrChildLinkMetadata(index int) (metadata link.Metadata)
Constants ¶
View Source
const ( MaxKeyLength = 512 MaxNodeLength = 7 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.