diff options
author | Eduardo Julian | 2022-08-19 13:27:19 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-19 13:27:19 -0400 |
commit | ff6914a0e3bd85b2ae49b5bee6028dff8a47568a (patch) | |
tree | 1d62b134e4822ae61b3c39926aa3d7e269da8d5f /documentation/bookmark/concurrency | |
parent | a0517211a4e107f013995cd10e9693acad6885a9 (diff) |
Added support for incremental computation.
Diffstat (limited to 'documentation/bookmark/concurrency')
-rw-r--r-- | documentation/bookmark/concurrency/incremental.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/bookmark/concurrency/incremental.md b/documentation/bookmark/concurrency/incremental.md new file mode 100644 index 000000000..943024530 --- /dev/null +++ b/documentation/bookmark/concurrency/incremental.md @@ -0,0 +1,11 @@ +# Reference + +0. []() +0. [Breaking down FRP](https://blog.janestreet.com/breaking-down-frp/) +0. [Incremental](https://github.com/janestreet/incremental) +0. [Adapton](https://github.com/Adapton/adapton.rust) +0. [Anchors](https://github.com/lord/anchors) +0. [A Library for Incremental Computing](https://timilearning.com/posts/incremental-computing/) +0. [Incremental computing](https://en.wikipedia.org/wiki/Incremental_computing) +0. [A theory of changes for higher-order languages](https://www.researchgate.net/publication/269126515_A_theory_of_changes_for_higher-order_languages) + |