summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--issues/implement-parallel-correlation-with-rust.gmi14
1 files changed, 9 insertions, 5 deletions
diff --git a/issues/implement-parallel-correlation-with-rust.gmi b/issues/implement-parallel-correlation-with-rust.gmi
index b89e086..18fa0ae 100644
--- a/issues/implement-parallel-correlation-with-rust.gmi
+++ b/issues/implement-parallel-correlation-with-rust.gmi
@@ -27,17 +27,21 @@ parralel computation
 * [X] package the library as a guix package
 
 
-* [ ] add parralel computation
+* [x]  gn2 integration
 
+* [x] parsing input datasets
 
-* [ ] code optimization and minor fixes
+* [x]  benchmark for all datasets rust v gn2 version
+
+* [ ] Figure out how to tell cargo to use the declared dependencies, rather than dowloading the dependencies
 
+* [ ] db queries migration to gn3 or use partial correlation queries
 
-* [ ]  gn2 integration(WIP)
+* [ ] add parralel computation
+
+* [ ] code optimization and minor fixes
 
-* [ ] parsing input datasets
 
-* [ ]  benchmark for all datasets rust v python