incr_map
Helpers for incremental operations on map like data structures
Description
A set of functions for operating incrementally and efficiently on map like data structures. This leverages new functionality in Incremental along with the ability to efficiently diff map data structures using =Map.symmetric_diff=.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 01 Mar 2019
- Authors
- Maintainers
Sources
Dependencies
dune
>= "1.5.1"
ppx_jane
>= "v0.12" & < "v0.13"
incremental
>= "v0.12" & < "v0.13"
core_kernel
>= "v0.12" & < "v0.13"
ocaml
>= "4.07.0"
Reverse Dependencies
incr_dom
= "v0.12.0"
incr_dom_widgets
= "v0.12.0"