Skip to main content

Module hash

Module hash 

Source
Expand description

Hash table and counting functionality

Provides concurrent hash table implementation for efficient k-mer counting with support for overflow storage and memory optimization.

Re-exports§

pub use filtering::CountFilter;
pub use filtering::CountFilterConfig;
pub use filtering::FilteringResult;
pub use table::KmerCounter;

Modules§

filtering
K-mer count filtering functionality
matrix
Matrix hash function for k-mer hashing
overflow
Disk-based overflow storage for k-mer counting
table
Concurrent hash table for k-mer counting