Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Capacity = exp2(22)
Capacity is the number of chunks in reserve. `2^22` (4194304) was chosen to remain relatively near the current 5M chunks ~25GB.
View Source
var ErrNotFound = errors.New("batchstore: not found")
ErrNotFound signals that the element was not found.
View Source
var ErrStorageRadiusExceeds = errors.New("batchstore: storage radius must not exceed reserve radius")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.