Documentation ¶
Overview ¶
Append-only, sequential, crash-safe log.
The main interesting feature is that the log supports multi-block atomic appends, which are implemented by atomically updating an on-disk header with the number of valid blocks in the log.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.