coder-rust-performance

Installation
SKILL.md

<skill_overview> Keep Rust code fast while staying idiomatic Optimizing hot loops Reducing allocations Choosing data structures Measuring performance impact The Rust Book - Performance </skill_overview> <zero_cost_abstractions> Use iterators and closures freely; they compile to efficient code Prefer expressive, safe code and measure before micro-optimizing </zero_cost_abstractions>

Installs
3
GitHub Stars
34
First Seen
Feb 4, 2026
coder-rust-performance — ozerohax/assistagents