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.11.0.tar.gz
md5=f38e15143d571ff5871b1ffbb6e0cde9

README.org.html

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