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
- Host: GitHub
- URL: https://github.com/zenhack/go-incr
- Owner: zenhack
- License: apache-2.0
- Created: 2022-11-25T23:23:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T23:23:45.000Z (over 2 years ago)
- Last Synced: 2025-02-03T13:45:04.817Z (3 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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/