package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

doc/octez-shell-libs.shell-benchmarks/Tezos_shell_benchmarks/Micheline_benchmarks/index.html

Module Tezos_shell_benchmarks.Micheline_benchmarksSource

Sourcetype width_function = depth:int -> int Tezos_benchmark.Base_samplers.sampler
Sourcetype node = (int, unit) Tezos_micheline.Micheline.node
Sourcetype node_kind =
  1. | Int_node
  2. | String_node
  3. | Bytes_node
  4. | Seq_node
  5. | Prim_node
Sourceval all_kinds : node_kind array
Sourceval sample_string : 'a -> string
Sourceval sample_bytes : 'a -> bytes
Sourceval sample_z : 'a -> Z.t
Sourceval reasonable_width_function : depth:int -> Random.State.t -> int
Sourcetype size = {
  1. nodes : int;
  2. bytes : int;
}
Sourceval int : Z.t -> size
Sourceval string : string -> size
Sourceval bytes : bytes -> size
Sourceval node : size
Sourceval (@+) : size -> size -> size
Sourceval micheline_size : node -> size
OCaml

Innovation. Community. Security.