## What ## Why ## Checklist - [ ] `cargo fmt --all` - [ ] `cargo clippy --all-targets --all-features -- -D warnings` - [ ] `cargo test` and `cargo test --all-features` - [ ] `cargo doc --no-deps --all-features` (with `-D warnings`) - [ ] Conventional-commit subject(s) (`(): `) - [ ] If touching algorithm output: confirmed bit-identical results via `cargo run --release --example compare` - [ ] If perf change: included gungraun before/after numbers in the commit message - [ ] Updated CHANGELOG.md under `[Unreleased]` if user-visible ## Anything else