Crate mmap_bitvec

Source
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§

BloomFilter
A simple implementation of a Bloom filter backed by BitVec
MmapBitVec
Bit vector backed by a mmap-ed file

Traits§

BitVector
A basic bitvector trait that we implement for mmap