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 ... endVersion with mmap
module Private_mmap : sig ... endmodule Make_with_fd : functor (Raw_bucket : Bucket_intf.BUCKET) -> sig ... endVersion with file descriptor
module Make : functor (Raw_bucket : Bucket_intf.BUCKET) -> Bucket_store_intf.BUCKET_STORE with type raw_bucket = Raw_bucket.tmodule Bucket_store0 : sig ... endStandard instance; other instances for testing