plebeia
Merkle Patricia tree implementation
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val empty : unit -> t
Create a new empty table
val pp_stat : Format.formatter -> t -> unit
Print out the stat
val size : t -> int
The number of the entries in the table.
The memory used for each entry is 16words(= 128bytes) in 64bit arch.
val shrink : int -> t -> unit
Shrink down the size of the table lower than the specified number.
val reachable_words : t -> int
Count the reachable words. Very heavy. Do not use it casually.
ON THIS PAGE
No table of contents