package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Binable : sig ... end
module Hashtbl : sig ... end

Core_hashtbl is a reimplementation of the standard MoreLabels.Hashtbl. Its worst case time complexity is O(log(N)) for lookups and additions, unlike the standard MoreLabels.Hashtbl, which is O(N).

module type Common = Hashable.Common
module type S = Hashable.S
module Make_plain (T : Hashable.Hashtbl.Key_plain) : sig ... end
module Make (T : Hashable.Hashtbl.Key) : sig ... end
OCaml

Innovation. Community. Security.