Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = Options{ IndexType: BPlusTree, ReadOnly: false, FileMode: 0664, Log: func(msg string, args ...interface{}) {}, }
DefaultOptions provides some sane defaults for initializing Kiwi DB.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB represents an instance of Kiwi database.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
Package index defines common interface and errors for indexing implementations to use.
|
Package index defines common interface and errors for indexing implementations to use. |
bptree
Package bptree implements an on-disk B+ tree indexing scheme that can store key-value pairs and provide fast lookups and range scans.
|
Package bptree implements an on-disk B+ tree indexing scheme that can store key-value pairs and provide fast lookups and range scans. |
Click to show internal directories.
Click to hide internal directories.