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