diff options
| author | kartofen <mladenovnasko0@gmail.com> | 2024-09-08 18:36:07 +0300 |
|---|---|---|
| committer | kartofen <mladenovnasko0@gmail.com> | 2024-09-08 18:36:07 +0300 |
| commit | 4308cd4abe5a75fb8410df929eac687cbd04032b (patch) | |
| tree | 4a5871db2168cb96deab29be7aed36262511c0c1 /README.md | |
| parent | db32849ce314a93db01f877a057a91022fec7c8b (diff) | |
update mempool and add implement hash array mapped trie (not integrated)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
