diff options
author | Alexander_Kabui | 2022-07-08 02:44:08 +0300 |
---|---|---|
committer | Alexander_Kabui | 2022-07-08 02:44:08 +0300 |
commit | 50aafa60bab5fb36b456a074bdb56ea47dbba495 (patch) | |
tree | f2f8aa666a04e6ce6f80348e94b68d86795f9dae /issues | |
parent | d87cf785d5b3ef5ab0c7b19d8e31a9f4001fea9e (diff) | |
download | gn-gemtext-50aafa60bab5fb36b456a074bdb56ea47dbba495.tar.gz |
update issue:implement-parallel-correlation-with-rust
Diffstat (limited to 'issues')
-rw-r--r-- | issues/implement-parallel-correlation-with-rust.gmi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/issues/implement-parallel-correlation-with-rust.gmi b/issues/implement-parallel-correlation-with-rust.gmi index b572b8f..b89e086 100644 --- a/issues/implement-parallel-correlation-with-rust.gmi +++ b/issues/implement-parallel-correlation-with-rust.gmi @@ -35,6 +35,10 @@ parralel computation * [ ] gn2 integration(WIP) +* [ ] parsing input datasets + +* [ ] benchmark for all datasets rust v python + @@ -58,6 +62,15 @@ added a documentation for correlation rust PR for integrating to genenetwork: -=> https://github.com/genenetwork/genenetwork3/pull/93 +=> https://github.com/genenetwork/genenetwork3/pull/93 + + + +### 8 ,July 2022 + +worked on input data parsing and enhancements + +PR for parsing datasets +=> https://github.com/genenetwork/genenetwork3/pull/96 |