summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-01-05 02:19:40 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-01-05 02:19:40 +0200
commitc8102cb02d2cfca3cade459c56f7b0de2c79e6e8 (patch)
tree2f7d5639a11fe13bcf1347af08e12bb803723405 /readme.org
parentf6995e330034d87473ed2d297f6a993b103b0556 (diff)
Reimplementation of day 22 that doesn't need the whole deck in memory
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.org b/readme.org
index e189346..c674de4 100644
--- a/readme.org
+++ b/readme.org
@@ -23,3 +23,4 @@ program should only be pure expressions.
nested in a way that makes it harder to name and read.
- The persistent data structures don't integrate with Rayon iterators.
- Easier to test subsets, but harder to inspect and audit runtime behaviour.
+- Although it isn't frequently used, Rust supports functions inside functions.