aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2024-09-03 00:48:18 +0300
committerkartofen <mladenovnasko0@gmail.com>2024-09-03 00:48:18 +0300
commitdb32849ce314a93db01f877a057a91022fec7c8b (patch)
tree07b35b25a49edf9d92ece9cc3ebce2419f7971e3 /README.md
parentc9dddfa463d25f3af4dee5d20fe3eaeb23aed567 (diff)
added memory pool to reduce allocations 5x
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80b2834..a830f03 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ A simple lisp/scheme interpreter
#### TODO
+* reduce allocations
+* overhaul environement/closures
* improve errors
-* macros
* FFI