Binary Loop

Iteratively reduce Fallow binary size using cargo-bloat and release-build measurements while preserving features, performance, and compatibility.

fallow-rs fd87aaa 721 B Updated

File contents

Binary size loop

  1. Measure the release binary and capture cargo-bloat evidence.
  2. Select one dependency, monomorphization, feature, or codegen contributor.
  3. Implement a bounded change.
  4. Rebuild with identical release settings.
  5. Keep the change only when size improves and verification passes.
  6. Repeat until the target is met or remaining candidates have poor tradeoffs.
  7. Run review.

Do not trade away supported targets or public behavior without explicit scope.

fallow-rs/fallow/tree/main/.claude/skills/binary-loop commit fd87aaaa85

Frequently asked questions

npx skillmds@latest add fallow-rs/binary-loop-2