From 417747f5eec7a7f9a0419c1c35850a506465fc66 Mon Sep 17 00:00:00 2001 From: Andre Wagner Date: Mon, 27 Apr 2026 06:00:07 -0500 Subject: [PATCH] . --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..3581679 --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +## Chunk + +- [ ] Byte array + - Auto-expand + - Add/retrive byte/int/float/string + - Should not be larger than the byte array itself +- [ ] Chunk + - Add/retrive all types of data + - Keeps no memory except for caching +- [ ] Chunk loader + - Combine multiple chunks + - Resolve function ids, constant ids, etc \ No newline at end of file