package
0.1.48
Repository: https://github.com/finddiff/nutsdbmd.git
Documentation: pkg.go.dev

# Functions

New creates a new B-Tree with the given degree.
NewFreeList creates a new free list.
NewWithFreeList creates a new B-Tree that uses the given node free list.

# Constants

No description provided by the author

# Structs

BTree is an implementation of a B-Tree.
FreeList represents a free list of btree nodes.
No description provided by the author
No description provided by the author

# Interfaces

Item represents a single object in the tree.

# Type aliases

Int implements the Item interface for integers.
ItemIterator allows callers of Ascend* to iterate in-order over portions of the tree.