• v1.1.38
    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
    Stable

    coissac released this 2026-07-08 10:15:27 +00:00 | 74 commits to main since this release

    Bump obikmer version to 1.1.38 and add memory footprint logging

    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.

    Downloads