Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Apply language-specific micro-optimizations
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-22 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-01 | ✗→✗ | = Same ✗ | 49% | 0% |
Apply language-specific micro-optimizations to squeeze maximum performance from competitive programming solutions.
ios_base::sync_with_stdio(false)#pragma GCC optimize__slots__ for classesjson{ "type": "object", "properties": { "code": { "type": "string" }, "language": { "type": "string", "enum": ["cpp", "python", "java"] }, "optimizationLevel": { "type": "string", "enum": ["safe", "aggressive", "maximum"] }, "preserveReadability": { "type": "boolean", "default": true } }, "required": ["code", "language"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "optimizedCode": { "type": "string" }, "appliedOptimizations": { "type": "array" }, "expectedSpeedup": { "type": "string" }, "warnings": { "type": "array" } }, "required": ["success", "optimizedCode"] }
Other measured skills in the registry, with their headline benchmark lift.