Directories ¶
Path | Synopsis |
---|---|
Package leveldb provides implementation of LevelDB key/value database.
|
Package leveldb provides implementation of LevelDB key/value database. |
block
Package block allows read and write sorted key/value.
|
Package block allows read and write sorted key/value. |
cache
Package cache provides interface and implementation of a cache algorithms.
|
Package cache provides interface and implementation of a cache algorithms. |
comparer
Package comparer provides interface and implementation for ordering sets of data.
|
Package comparer provides interface and implementation for ordering sets of data. |
errors
Package errors implements functions to manipulate errors.
|
Package errors implements functions to manipulate errors. |
filter
Package filter provides interface and implementation of probabilistic data structure.
|
Package filter provides interface and implementation of probabilistic data structure. |
hash
Package hash provides hashing utilities used by leveldb.
|
Package hash provides hashing utilities used by leveldb. |
iterator
Package iterator provides interface and implementation to traverse over contents of a database.
|
Package iterator provides interface and implementation to traverse over contents of a database. |
journal
Package journal allows read and write sequence of data block.
|
Package journal allows read and write sequence of data block. |
memdb
Package memdb provide in-memory key/value database implementation.
|
Package memdb provide in-memory key/value database implementation. |
opt
Package opt provides sets of options used by LevelDB.
|
Package opt provides sets of options used by LevelDB. |
storage
Package storage provides storage abstraction for LevelDB.
|
Package storage provides storage abstraction for LevelDB. |
table
Package table allows read and write sorted key/value.
|
Package table allows read and write sorted key/value. |
manualtest
|
|
Click to show internal directories.
Click to hide internal directories.