Module Bucket_store.Make_with_mmap
Version with mmap
Parameters
Signature
type raw_bucket= Raw_bucket.ttype t={fn : string;fd : Unix.file_descr;mmap : Tjr_mmap.Mmap.int_mmap;mutable closed : bool;}type bucket={index : int;raw_bucket : Raw_bucket.t;}