package
0.3.106
Repository: https://github.com/dgallion1/bitcask.git
Documentation: pkg.go.dev

# Functions

IsIndexCorruption returns a boolean indicating whether the error is known to report a corruption data issue.
NewIndexer returns an instance of the default `Indexer` implemtnation which perists the index (an Adaptive Radix Tree) as a binary blob on file.

# Interfaces

Indexer is an interface for loading and saving the index (an Adaptive Radix Tree).