package obatcher
A Framework for building Batched Concurrent Data Structures
Install
dune-project
Dependency
Authors
Maintainers
Sources
obatcher-1.1.tbz
sha256=2ee8f97a1e4a55899f8fdc48aa422e553d6a4d256e71b59e4257448beaf27dd3
sha512=61d0645dc5bd6955f3e663f133d27d9c8c61081e24bc8d88e73f86380432e783fa50bc4d980a9b17ccb949f6af9b90ef834f379ec9171b692745f05d9a34c0f9
doc/obatcher.ds/Ds/Batched_btree/Make/Sequential/index.html
Module Make.Sequential
Source
Source
type 'a node = {
mutable n : int;
mutable keys : V.t Utils.Finite_vector.t;
mutable values : 'a Utils.Finite_vector.t;
leaf : bool;
mutable children : 'a node Utils.Finite_vector.t;
mutable no_elements : int;
mutable capacity : int;
mutable min_child_capacity : int;
}
Source
val pp_node_internal :
?pp_child:bool ->
?pp_v:(Format.formatter -> V.t -> unit) ->
int ->
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a node ->
unit
Source
val pp_node :
?pp_v:(Format.formatter -> V.t -> unit) ->
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a node ->
unit
Source
val show_node :
?pp_v:(Format.formatter -> V.t -> unit) ->
(Format.formatter -> 'a -> unit) ->
'a node ->
string
Source
val show_node_no_children :
?pp_v:(Format.formatter -> V.t -> unit) ->
(Format.formatter -> 'a -> unit) ->
'a node ->
string
Source
val pp :
?pp_v:(Format.formatter -> V.t -> unit) ->
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a t ->
unit
Source
val show :
?pp_v:(Format.formatter -> V.t -> unit) ->
(Format.formatter -> 'a -> unit) ->
'a t ->
string
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>