diff options
author | Alexander_Kabui | 2022-09-05 20:05:36 +0300 |
---|---|---|
committer | Alexander_Kabui | 2022-09-05 20:05:36 +0300 |
commit | 47b0a949735cbf776b276db08a7e497cdefbfb72 (patch) | |
tree | a52500817569a7c39f2a46a5aeff19ac5d17a49a /issues | |
parent | e44c5aab8a931c46bf8ca20f8c5ab793cf67fe12 (diff) | |
download | gn-gemtext-47b0a949735cbf776b276db08a7e497cdefbfb72.tar.gz |
update issues/implement-parallel-correlation-with-rust
Diffstat (limited to 'issues')
-rw-r--r-- | issues/implement-parallel-correlation-with-rust.gmi | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/issues/implement-parallel-correlation-with-rust.gmi b/issues/implement-parallel-correlation-with-rust.gmi index 18fa0ae..aaef1dc 100644 --- a/issues/implement-parallel-correlation-with-rust.gmi +++ b/issues/implement-parallel-correlation-with-rust.gmi @@ -9,7 +9,7 @@ parralel computation ## Tags -* assigned:alexm +* assigned:alem,Fred * type: upgrade * priority: medium * status: in progress @@ -39,7 +39,7 @@ parralel computation * [ ] add parralel computation -* [ ] code optimization and minor fixes +* [x] code optimization and minor fixes @@ -78,3 +78,17 @@ PR for parsing datasets => https://github.com/genenetwork/genenetwork3/pull/96 + +## 17,Aug 2022 + +integration of correlation rust ongoing with @fred working +also including optimizing of slow queries,code refatoring + + +## 5 Sept 2022 + +use text files similar to gn1 see example + +=> https://github.com/genenetwork/genenetwork1/blob/d2381dd5bb35cb906032f7d530e9d14984e1de21/web/webqtl/correlation/CorrelationPage.py#L271 + +also something to be considered is lmdb |