Big O Police

Find where a different data structure or algorithm would measurably reduce time or space cost, prove the win with a complexity argument and a verification step, and refuse the ones that do not pay. Use for requests to make something faster, reduce memory, fix a slow endpoint, page, query, build, job or test suite, explain why something is O(n^2), decide which data structure fits, review an algorithm, or audit a codebase for performance. Apply when the user says something is slow, hangs, times out, spikes memory, gets worse with more data, degrades at scale, or asks what to use instead of a list, loop, scan, or repeated query. Works on any language, runtime, or storage engine. Report only by default; change code only when the user explicitly asks for fixes.

varuntej07 Updated

File contents

varuntej07/tej-stack/tree/main/plugins/tej-stack/skills/big-o-police commit daca47b639

Frequently asked questions

npx skillmds@latest add varuntej07/big-o-police