Brassaia_eio_pack.Brassaia_packA space-optimiezed, on-disk store inspired by Git Packfiles.
module Indexing_strategy = Indexing_strategymodule Conf = Confval config :
?fresh:bool ->
?readonly:bool ->
?lru_size:int ->
?lru_max_memory:int option ->
?index_log_size:int ->
?merge_throttle:Conf.merge_throttle ->
?indexing_strategy:Indexing_strategy.t ->
?use_fsync:bool ->
?no_migrate:bool ->
?lower_root:string option ->
string ->
Brassaia_eio_pack.Import.Brassaia.configConfiguration options for stores. See Brassaia_pack.Conf for more details.
module Inode = Inodemodule Pack_key = Pack_keymodule Pack_value = Pack_valuemodule type S = Brassaia_pack_intf.Smodule type Maker = Brassaia_pack_intf.Makermodule type Checkable = Brassaia_pack_intf.Checkablemodule Stats = Statsmodule Indexable = Indexablemodule Atomic_write = Atomic_writemodule Layout = Layoutmodule Version = Version