Updates Cargo.toml version from 1.1.37 to 1.1.38. Adds explicit memory footprint estimation for the by_partition k-mer dedup HashMap by computing capacity-based byte sizes for map slots and stored descriptors. These metrics are logged via debug! to track actual memory pressure during chunk processing.
Updates Cargo.toml version from 1.1.37 to 1.1.38. Adds explicit memory footprint estimation for the `by_partition` k-mer dedup HashMap by computing capacity-based byte sizes for map slots and stored descriptors. These metrics are logged via `debug!` to track actual memory pressure during chunk processing.
Updates Cargo.toml version from 1.1.37 to 1.1.38. Adds explicit memory footprint estimation for the `by_partition` k-mer dedup HashMap by computing capacity-based byte sizes for map slots and stored descriptors. These metrics are logged via `debug!` to track actual memory pressure during chunk processing.
coissac
merged commit 165982fb07 into main2026-07-08 10:15:52 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Updates Cargo.toml version from 1.1.37 to 1.1.38. Adds explicit memory footprint estimation for the
by_partitionk-mer dedup HashMap by computing capacity-based byte sizes for map slots and stored descriptors. These metrics are logged viadebug!to track actual memory pressure during chunk processing.