package
2.1.1
Repository: https://git.mills.io/prologic/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` implementation which persists 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).