LogoClawIndex
CasesSkillsAbout
LogoClawIndex

cpp-performance - Detect and fix C++ performance smells in the codebase

Detects and fixes C++ performance smells including unnecessary allocations, bad container choices, expensive synchronization, and hot path issues.

Tags

Updated: 2026-09-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Detect C++ performance smells
  • Suggest optimal containers and algorithms
  • Identify unnecessary copies and allocations
  • Guide profiling and benchmark measurement

Inputs

  • C++ source code
  • Profiling data or benchmark logs

Outputs

  • Performance optimization recommendations
  • Refactored C++ code

Requirements

  • C++20 toolchain
  • Profiling tools such as perf, Instruments, or WPA

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
cpp
performance
optimization
profiling
benchmarks
Detect C++ performance smells
Suggest optimal containers and algorithms
Identify unnecessary copies and allocations
Guide profiling and benchmark measurement
C++ source code
Profiling data or benchmark logs
Performance optimization recommendations
Refactored C++ code