Skip to main content
Back to the directory
zhanghandong/rust-skillsSoftware EngineeringFrontend and Design

m10-performance

Systematic approach to identifying and eliminating performance bottlenecks through measurement and targeted optimization.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
775

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/zhanghandong/rust-skills --skill m10-performance
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, m10-performance has 775 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: zhanghandong/rust-skills. Canonical URL: https://skills.sh/zhanghandong/rust-skills/m10-performance.

Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Systematic approach to identifying and eliminating performance bottlenecks through measurement and targeted optimization. Layer 2: Design Choices What's the bottleneck, and is optimization worth it? Before optimizing: Before optimizing: Have you measured? What's the priority? What's the trade-off? To domain constraints (Layer 3): To implementation (Layer 1): - Emphasizes profiling first (flamegraph, perf, criterion) before optimizing; includes decision table mapping goals (reduce allocations, improve cache, parallelize) to specific implementation patterns - Prioritizes optimization by impact: algorithm choice (10x–1000x), data structure (2x–10x), allocation reduction (2x–5x), cache optimization (1.5x–3x) - Covers common techniques: pre-allocation with with_capacity , avoiding clones via references or Cow , SmallVec for small collections, batch operations - Flags anti-patterns and mistakes: optimizing without profiling, benchmarking in debug mode, LinkedList usage, premature optimization, and hidden clones - Have you measured? (Don't guess) - What's the acceptable performance? - Will optimization add complexity?

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does m10-performance do?

Systematic approach to identifying and eliminating performance bottlenecks through measurement and targeted optimization.

Is m10-performance good?

m10-performance does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support m10-performance?

m10-performance currently lists compatibility with Skills CLI.

Is m10-performance safe to install?

m10-performance has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to m10-performance?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install m10-performance?

Run the following command to install m10-performance: npx skills add https://github.com/zhanghandong/rust-skills --skill m10-performance

Related skills

More from zhanghandong/rust-skills

Related skills

Alternatives in Software Engineering