sourmash-bio / sourmash

Quickly search, compare, and analyze genomic and metagenomic data sets.
http://sourmash.readthedocs.io/en/latest/
Other
476 stars 79 forks source link

regularized 'scaled' type in Rust code #3363

Closed ctb closed 2 weeks ago

ctb commented 3 weeks ago

In Selection, scaled is u32. in Record, scaled is u64. In some places in the code scaled is converted to usize.

Can we maybe just make it usize?