Expand description
mmap-bitvec
is a library for using file-backed (via mmap) bit vectors and
includes common convenience functions and a few data structures built atop
the included bit vector implementation.
Modules§
- bitvec
- mmap-bitvec
- bloom
- A simple implementation of a Bloom filter backed by
BitVec
- mmap_
bitvec - All the utilities to interact with a mmap’d bitvector
Structs§
- Bloom
Filter - A simple implementation of a Bloom filter backed by
BitVec
- Mmap
BitVec - Bit vector backed by a mmap-ed file
Traits§
- BitVector
- A basic bitvector trait that we implement for mmap