Expand description
Parallel processing infrastructure for genomic data
This module provides traits and utilities for parallel computation of statistics across large genomic files using Rayon.
Structs§
- File
Chunk - Represents a byte range in a file for parallel processing
- Parallel
Config - Configuration for parallel computation
Traits§
- Mergeable
- Trait for statistics that can be merged from parallel computations
Functions§
- calculate_
chunks - Calculate file chunks for parallel processing
- find_
record_ boundary - Find the start of the next complete record after a byte offset
- get_
thread_ pool - Get or create a thread pool with the specified number of threads