From ff6914a0e3bd85b2ae49b5bee6028dff8a47568a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 19 Aug 2022 13:27:19 -0400 Subject: Added support for incremental computation. --- documentation/bookmark/concurrency/incremental.md | 11 +++++++++++ documentation/bookmark/incremental_computing.md | 10 ---------- 2 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 documentation/bookmark/concurrency/incremental.md delete mode 100644 documentation/bookmark/incremental_computing.md (limited to 'documentation/bookmark') 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) + diff --git a/documentation/bookmark/incremental_computing.md b/documentation/bookmark/incremental_computing.md deleted file mode 100644 index 30bf02a79..000000000 --- a/documentation/bookmark/incremental_computing.md +++ /dev/null @@ -1,10 +0,0 @@ -# Reference - -0. []() -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) - -- cgit v1.2.3