Crates.io | anndata-memory |
lib.rs | anndata-memory |
version | 0.1.1-alpha.2 |
source | src |
created_at | 2024-08-09 15:19:12.45015 |
updated_at | 2024-09-11 12:28:31.439796 |
description | Thread-safe AnnData-like structure for single-cell genomics data in Rust. Provides controlled mutability, efficient memory management, and flexible data manipulation. Ideal for concurrent bioinformatics applications. |
homepage | |
repository | https://github.com/SingleRust/Anndata-Memory |
max_upload_size | |
id | 1331018 |
size | 57,581 |
This library is currently in alpha testing and we just had limited time to test the implementation, but we will implement tests in the future!
AnnData-Memory is a high-performance companion library designed to complement the anndata-rs
crate. It focuses on boosting performance and enabling efficient multi-core processing for AnnData datasets.
anndata-rs
with blazing-fast operationsTODO
TODO
TODO
anndata-rs
team for their fantastic work