package incr_map

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

Install

Dune Dependency

Authors

Maintainers

Sources

incr_map-v0.9.0.tar.gz
md5=70876f4f26e5450450d037333631cb54

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: 21 May 2017

README

README.org

* 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 (7)

  1. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  2. ppx_jane >= "v0.9" & < "v0.10"
  3. ppx_driver >= "v0.9" & < "v0.10"
  4. jbuilder >= "1.0+beta7"
  5. incremental_kernel >= "v0.9" & < "v0.10"
  6. core_kernel >= "v0.9" & < "v0.10"
  7. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (1)

  1. incr_dom < "v0.10.0"

Conflicts

None