Module Kv_hash.Bucket_store

A store of buckets, backed by a file/mmap

module Make_with_mmap : functor (Raw_bucket : Bucket_intf.BUCKET) -> sig ... end

Version with mmap

module Private_mmap : sig ... end
module Make_with_fd : functor (Raw_bucket : Bucket_intf.BUCKET) -> sig ... end

Version with file descriptor

module Make : functor (Raw_bucket : Bucket_intf.BUCKET) -> Bucket_store_intf.BUCKET_STORE with type raw_bucket = Raw_bucket.t
module Bucket_store0 : sig ... end

Standard instance; other instances for testing