From 4308cd4abe5a75fb8410df929eac687cbd04032b Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 8 Sep 2024 18:36:07 +0300 Subject: update mempool and add implement hash array mapped trie (not integrated) --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a830f03..59ef04b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A simple lisp/scheme interpreter #### TODO +* totally opaque value_t (maybe add add something with tagged pointers) +* hamt for allocations + * reduce allocations * overhaul environement/closures * improve errors -- cgit v1.2.3