Bump obikmer version to 1.1.38 and add memory footprint logging #60

Merged
coissac merged 1 commits from push-slxmykzqmzzv into main 2026-07-08 10:15:52 +00:00
Owner

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 added 1 commit 2026-07-08 10:15:44 +00:00
Bump obikmer version to 1.1.38 and add memory footprint logging
Release / create-release (push) Successful in 2m26s
CI / build (pull_request) Successful in 3m32s
Release / build-linux-x86_64 (push) Successful in 8m8s
Release / build-macos-arm64 (push) Successful in 1m43s
2740f52326
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 main 2026-07-08 10:15:52 +00:00
coissac deleted branch push-slxmykzqmzzv 2026-07-08 10:15:52 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OBIKmers/obikmer#60