Re-exports§
pub use readcounts::TaxonCounts;
Modules§
Structs§
- HitGroup
- Represents a group of hits with associated rows and range
- Index
Options - Represents options for indexing
- KBuild
Hasher - KHasher
- KHasher is designed to hash only u64 values.
- SBuild
Hasher
Functions§
- construct_
seed_ template - Constructs a seed template based on minimizer length and spaces
- fmix64
- Examples
- murmur_
hash3 - Optimized Rust implementation of the MurmurHash3 function This function can only process u64 values (keys = u64.to_be_bytes()). Performs the MurmurHash3 hash computation on a given key.
- parse_
binary - Parses a binary string into a u64
- sea_
hash - Computes the SeaHash for a given u64 key.
- u64_
to_ option - Converts a u64 value to Option
, filtering out zero values