package
0.0.6
Repository: https://github.com/calmw/fdb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewIndexer 根据类型初始化索引 sync b plus tree类型索引配置是否持久化.

# Constants

ARTType ART 自适应基数树索引.
BPTree B+ 树索引.
BtreeType Btree 索引.

# Structs

AdaptiveRadixTree 自适应基数树索引 主要封装了 https://github.com/plar/go-adaptive-radix-tree.
BPlusTree B+ 树索引 主要封装了 go.etcd.io/bbolt,该库支持并发访问,所以不用加锁.
Btree Btree索引,封装了Google的btree github.com/google/btree.
No description provided by the author

# Interfaces

Indexer 抽象索引接口,后续如果想要接入其他的数据结构,则直接实现这个接口即可.
Iterator 索引迭代器.

# Type aliases

No description provided by the author