From db32849ce314a93db01f877a057a91022fec7c8b Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 3 Sep 2024 00:48:18 +0300 Subject: added memory pool to reduce allocations 5x --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3