diff options
author | Alexander_Kabui | 2023-07-11 02:31:43 +0300 |
---|---|---|
committer | Alexander_Kabui | 2023-07-11 02:31:43 +0300 |
commit | 61fe7a10cd77b0fdb4999691b64e4a285a106be3 (patch) | |
tree | 49e69ac169bf9d5f2b85ce10816886cba29d489a /issues | |
parent | 21602f106c273ee237f923398504f8314444f3a7 (diff) | |
download | gn-gemtext-61fe7a10cd77b0fdb4999691b64e4a285a106be3.tar.gz |
minor fix to issue
Diffstat (limited to 'issues')
-rw-r--r-- | issues/implement-parallel-correlation-with-rust.gmi | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/issues/implement-parallel-correlation-with-rust.gmi b/issues/implement-parallel-correlation-with-rust.gmi index 1cb41a1..087401f 100644 --- a/issues/implement-parallel-correlation-with-rust.gmi +++ b/issues/implement-parallel-correlation-with-rust.gmi @@ -108,16 +108,11 @@ integrated codebase to store db in text files for probeset types -## 11 july 2022 +## 11 july 2023 +* implemented Parallel computation implementation with rust completed -* Parallel computation implementation with rust - -* lmdb parser in rust - -rather than parsing the code in python gn-correlation-rust can now read and parse -lmdb and csv directly - +* implemented both lmdb and csv parser in rust => https://github.com/Alexanderlacuna/correlation_rust/pull/3/files#diff-87f0275ed65ae8ffe36df25091c9b975defbc920da7b5ec3c2dadb7d57ad4d67 |