package
1.1.1
Repository: https://github.com/bytestorage/flydb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewART Initializes the adaptive radix tree index.
No description provided by the author
NewBPlusTree Initializes the B+ tree index.
NewBTree initializes a new BTree.
No description provided by the author
No description provided by the author
NewSkipList Initialize the SkipList index.
NewSkipListIterator Initializes the SkipList index iterator.

# Constants

ART Index.
Btree Index.
SkipList Index.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Adaptive Radix Tree Index The following link is the ART library written by go.
ART Index iterator.
BPlusTree B+ Tree Index go.etcd.io/bbolt This is the library that encapsulates b+ tree Again, if you need to look at the source code for b+ trees, The following link is a good place to start https://github.com/etcd-io/bbolt.
No description provided by the author
BTreeIterator represents an iterator for BTree index.
No description provided by the author
SkipList Memory Index based on https://github.com/chen3feng/stl4go.
No description provided by the author

# Interfaces

Indexer index interface abstraction layer.
Iterator is a generic index iterator.

# Type aliases

No description provided by the author