Complexity Cuts

Use when refactoring existing code that has poor Big-O — nested loops, O(n^2)+ scans, repeated work, redundant allocations, blown memory, or stated symptoms like "this is slow on large inputs", "times out", "OOM", "too much memory", "reduce complexity", "optimize this algorithm". Targets time and space complexity of code that already exists. For preventing bad complexity before code is written, use lemmaly. For math-level optimizations (Bloom, HLL, FFT, JL projection), escalate to mathguard.

majiayu000 4ee8661 2 files · 13.3 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/complexity-cuts commit 4ee866179d

Frequently asked questions

npx skillmds add majiayu000/complexity-cuts