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

mmap-bitvec
A simple implementation of a Bloom filter backed by BitVec
All the utilities to interact with a mmapped bitvector

Structs

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

Traits

A basic bitvector trait that we implement for mmap