//
pkg.gl
Category
github.com/bpowers/bit
internal
index
package
0.0.0-20231128003133-91ac70be1bed
Repository:
https://github.com/bpowers/bit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
281 SLOC
#
Functions
Build
Build builds a inMemoryBuilder from keys using the "Hash, displace, and compress" algorithm described in http://cmph.sourceforge.net/papers/esa09.pdf.
NewTable
NewTable returns a new `*index.Table` based on the on-disk table at `path`.
#
Variables
ErrDuplicateKey
No description provided by the author
#
Structs
Bucket
No description provided by the author
Built
No description provided by the author
Table
Table is an index into a datafile, backed by an mmap'd file.