Documentation ¶
Overview ¶
linkdb is a key-value store for persistent storage. It aims to store both small and large values efficiently with minimal disk IOPS per operation. Since it keeps all the keys in memory, it is not suitable for storing large number of keys.
Index ¶
Constants ¶
View Source
const (
MinBlockSize = 4 * 1024
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.