updated using git-extra
authoralex <[email protected]>
Sat, 16 Oct 2021 00:08:32 +0000 (17:08 -0700)
committeralex <[email protected]>
Sat, 16 Oct 2021 00:08:32 +0000 (17:08 -0700)
todo

diff --git a/todo b/todo
index 7aafb3f4c4f307d5223da91347e2864d4e3166d4..0a91e709e404160d5ae343c63b4a2ee1b48832c5 100644 (file)
--- a/todo
+++ b/todo
@@ -70,15 +70,8 @@ Stage 0:
                -add static pointer to current torrent
                        -see torrent_add
                        -tree_add+associated functions
-                               -decide on data organization - HERE
-                                       -sorting
-                                               -file_tree in torrent struct after all done
-                                               OR
-                                               -upon insert/removal
-                                       -access
-                                       -allocations?
-                                       -free(s)
-                                       -inserts/removals
+                               *decide on data organization
+                       -tree_remove
                        -add file to current torrent
                -add pointer to struct file to torrent->files hashmap + file_tree
                        -2 ways to access, file_tree must be sorted, hashmap allows for o(1) reads