From 0fe59a70cc3ee21d4ec83c04f01788d4b90ed746 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Thu, 3 Nov 2022 18:11:58 +0000 Subject: [PATCH] Add some items. --- TODO.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO.txt b/TODO.txt index cb6921b..0128deb 100644 --- a/TODO.txt +++ b/TODO.txt @@ -25,6 +25,13 @@ Milestone: v0.2.0 Due: July 1, 2023 ----------------- +[ ] Clean up memory API + [ ] Use double hashing instead of linear probing + [!] Store block info inside the block, not as a separate block + - This makes it too easy to clobber the memory information. By + making it a separate block, there's less of a chance of the + information getting destroyed. It's worth a few extra bytes of + memory to make accidents harder, I think. [ ] Add recipe to td script to upload patches to the Matrix room [ ] Figure out how to write unit tests for array/hashmap/etc [~] Convert documentation to man pages