package dokeysto_lz4

  1. Overview
  2. Docs
LZ4 compression/decompression for strings
val compress : string -> string
val uncompress : string -> string
Read-only persistent string key to string value hash table (values are uncompressed on the fly using LZ4)
module ROZ : module type of Dokeysto.Db.RO
Read-write persistent string key to string value hash table (values are compressed/uncompressed on the fly using LZ4)
module RWZ : module type of Dokeysto.Db.RW