@charliermarsh: I've been contributing to cargo-fixit: a much faster, drop-in replacement for `clippy --fix`. Here's an extreme example…
Summary
Charlie Marsh announces cargo-fixit, a faster drop-in replacement for clippy --fix, showing a 120x speedup on the Codex repo.
View Cached Full Text
Cached at: 08/06/26, 06:38 AM
I’ve been contributing to cargo-fixit: a much faster, drop-in replacement for clippy --fix.
Here’s an extreme example from the Codex repo, where it’s 120x faster than running clippy --fix. https://t.co/hItUMz37xN
Similar Articles
@charliermarsh: I had Codex build a tool, hawk, to identify and remove dead code across a Cargo workspace. We've used it to delete thou…
Charlie Marsh built a tool called 'hawk' using Codex to identify and remove dead code across Cargo workspaces, already used to delete thousands of lines from uv and Codex.
@reach_vb: Codex for autonomously optimising your work:
Charlie Marsh shares that OpenAI's Codex autonomously found a 5-10% speed-up in a formatter while he was working on other tasks.
@charliermarsh: Optimizing Codex over the weekend. This is my favorite kind of work. I could do it forever.
Charlie Marsh tweeted about enjoying optimizing Codex over the weekend, sharing a link to the work.
A Vision for Cargo
A blog post presenting a vision for improving Cargo, covering workflows like dependency management, build performance, adaptability, and maintenance, and inviting community input.
Cargo-nextest: 3x faster than cargo test, per-test isolation, first-class CI
Cargo-nextest is a next-generation test runner for Rust that offers up to 3x faster test execution, per-test isolation, and first-class CI support.