Update readme TODO

This commit is contained in:
2022-02-20 20:59:05 -06:00
parent e5ddc73723
commit 8f9c6b7d33

View File

@@ -222,7 +222,7 @@ using the (2021 corrected) formula from the original pairSEQ paper. (Howie, et a
## TODO
* Try invoking GC at end of workloads to reduce paging to disk
* ~~Try invoking GC at end of workloads to reduce paging to disk~~ DONE
* ~~Hold graph data in memory until another graph is read-in?~~
* No, this won't work, because BiGpairSEQ simulations alter the underlying graph based on filtering constraints. Changes would cascade with multiple experiments.
* Enable GraphML output in addition to serialized object binaries, for data portability