aboutsummaryrefslogtreecommitdiff
path: root/incria/README.md
diff options
context:
space:
mode:
authortcmal <tcmal>2023-06-04 21:15:47 +0000
committerAria <me@aria.rip>2023-10-01 17:31:30 +0100
commita205548dac7c5639115d1dec1441af693d549f5a (patch)
tree357b883c92d35c37b905d1e5395d046218d96700 /incria/README.md
parent3a187fedcad7e63a564bb601f2d70354bb66faaa (diff)
start spreadsheet benchmarks
Diffstat (limited to 'incria/README.md')
-rw-r--r--incria/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/incria/README.md b/incria/README.md
index 6c38ae8..b4ce521 100644
--- a/incria/README.md
+++ b/incria/README.md
@@ -6,4 +6,4 @@ It lets you record what a calculation depends on and then only re-run that calcu
This is similar to the [query system used by the Rust compiler](https://rustc-dev-guide.rust-lang.org/query.html), but implemented using async.
By seperating the tracking of dependencies from the calculation logic, you can write clean code that re-runs only when it needs to, and can be parallelised with little extra work.
-For more info, read the rustdoc or check the [examples]($ROOT/dir?ci=tip&name=examples).
+For more info, read the rustdoc or check the [examples]($ROOT/dir?ci=tip&name=benches).