package incr_map

  1. Overview
  2. Docs
Helpers for incremental operations on map like data structures

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=91acc784e4760af8544c4504bee1a9f6d7385eb0620f8e56392cd193a250b7d2

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=.

Published: 26 May 2024

README

README.org

#+TITLE: Incr\_map

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=.

Dependencies (11)

  1. dune >= "3.11.0"
  2. streamable >= "v0.17" & < "v0.18"
  3. ppx_pattern_bind >= "v0.17" & < "v0.18"
  4. ppx_jane >= "v0.17" & < "v0.18"
  5. ppx_diff >= "v0.17" & < "v0.18"
  6. legacy_diffable >= "v0.17" & < "v0.18"
  7. incremental >= "v0.17" & < "v0.18"
  8. core >= "v0.17" & < "v0.18"
  9. bignum >= "v0.17" & < "v0.18"
  10. abstract_algebra >= "v0.17" & < "v0.18"
  11. ocaml >= "5.1.0"

Dev Dependencies

None

Used by (4)

  1. bonsai >= "v0.17.0"
  2. incr_dom >= "v0.17.0"
  3. incr_dom_interactive >= "v0.17.0"
  4. incr_dom_sexp_form >= "v0.17.0"

Conflicts

None

OCaml

Innovation. Community. Security.