From bcb816c3e6f096f99dd45758845ded0bfa6883c2 Mon Sep 17 00:00:00 2001 From: efischer Date: Thu, 24 Feb 2022 15:48:10 -0600 Subject: [PATCH] Reformat TODO --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 138c59a..c291be9 100644 --- a/readme.md +++ b/readme.md @@ -254,7 +254,7 @@ slightly less time than the simulation itself. Real elapsed time from start to f ## TODO * ~~Try invoking GC at end of workloads to reduce paging to disk~~ DONE -* Hold graph data in memory until another graph is read-in? ~~ABANDONED~~ ~~UNABANDONED~~ DONE +* ~~Hold graph data in memory until another graph is read-in? ABANDONED UNABANDONED~~ DONE * ~~*No, this won't work, because BiGpairSEQ simulations alter the underlying graph based on filtering constraints. Changes would cascade with multiple experiments.*~~ * Might have figured out a way to do it, by taking edges out and then putting them back into the graph. This may actually be possible. * It is possible, though the modifications to the graph incur their own performance penalties. Need testing to see which option is best.