plebeia
Functional storage using Merkle Patricia tree
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
-
plebeia.msync
-
plebeia.test_utils
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library plebeia
type config = {
}
val config_enabled : config
val config_disabled : config
val pp_stat : Stdlib.Format.formatter -> _ t -> unit
Print out the stat
val size : _ t -> int
The number of the entries in the table.
val estimated_size_in_bytes : _ t -> int
Estimated table size in bytes.
This is for 28 byte Hash.t and 32 byte Index.t, where each element costs about 142 bytes.
It returns 99-101% of the real size.
val shrink : _ t -> unit
Shrink down the size of the table lower than threshold_commit
.
ON THIS PAGE
No table of contents