Crate kun_peng

Source

Re-exports§

pub use readcounts::TaxonCounts;

Modules§

args
classify
compact_hash
db
readcounts
report
taxonomy
utils

Structs§

HitGroup
Represents a group of hits with associated rows and range
IndexOptions
Represents options for indexing
KBuildHasher
KHasher
KHasher is designed to hash only u64 values.
SBuildHasher

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