diff options
author | Alexander_Kabui | 2022-08-08 14:53:56 +0300 |
---|---|---|
committer | Alexander_Kabui | 2022-08-08 14:53:56 +0300 |
commit | d4915c6de6ea50320d5d060e89df26093dea06a3 (patch) | |
tree | 0ea21912754741e047d9a2dc89a79541bb700996 /issues | |
parent | 6694e79dbe25b25d27e759cc9131eeedebe76b9d (diff) | |
download | gn-gemtext-d4915c6de6ea50320d5d060e89df26093dea06a3.tar.gz |
update issue implement parallel correlation with rust
Diffstat (limited to 'issues')
-rw-r--r-- | issues/implement-parallel-correlation-with-rust.gmi | 14 |
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 |