anndata-memory

Crates.ioanndata-memory
lib.rsanndata-memory
version0.1.1-alpha.2
sourcesrc
created_at2024-08-09 15:19:12.45015
updated_at2024-09-11 12:28:31.439796
descriptionThread-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
repositoryhttps://github.com/SingleRust/Anndata-Memory
max_upload_size
id1331018
size57,581
(ianfd)

documentation

README

๐Ÿš€ AnnData-Memory: High-Performance Companion for anndata-rs ๐Ÿ“Š

โš ๏ธ WARNING

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!

๐ŸŒŸ Overview

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.

๐Ÿ”‘ Key Features

  • ๐ŸŽ๏ธ Performance-Driven: Optimized for speed and efficiency
  • ๐Ÿงต Multi-Core Processing: Harness the power of parallel computing
  • ๐Ÿ’พ Temporary AnnData Datasets: Work with transient data structures
  • ๐Ÿ”„ H5 Compatibility:
    • ๐Ÿ“ฅ Create from H5-backed datasets
    • ๐Ÿ“ค Convert to H5 format

๐ŸŽฏ Primary Goals

  1. Enhance anndata-rs with blazing-fast operations
  2. Enable seamless multi-threaded data processing
  3. Provide flexible temporary dataset handling

๐Ÿ› ๏ธ Usage

TODO

๐Ÿค Contributing

TODO

๐Ÿ“œ License

TODO

๐Ÿ™ Acknowledgments

  • The anndata-rs team for their fantastic work
Commit count: 0

cargo fmt