An open API service indexing awesome lists of open source software.

https://github.com/zenhack/go-incr

Go library inspired by OCaml's incremental
https://github.com/zenhack/go-incr

Last synced: about 2 months ago
JSON representation

Go library inspired by OCaml's incremental

Awesome Lists containing this project

README

        

Package `incr` is inspired by Jane Street's [incremental][incremental]
OCaml library. It allows you to perform computations _incrementally_,
i.e., when some of the inputs change, only the affected values need to
be re-computed.

TODO: add examples & complete documentation.

[incremental]: https://opensource.janestreet.com/incremental/