Coding & Debugging
PromptBeginner5 minmarkdown
- Use language-specific CPU and memory profilers (pprof for Go
py-spy for Python
0
Explore
118,494 skills indexed with the new KISS metadata standard.
py-spy for Python
New Relic
Lighthouse
Profilers
memory limitations
speed vs memory)
input/output requirements
but strategic optimization is essential
p95
not just local improvements
measured impact
data volume
FID <100ms
<50ms (p95) for database queries
verify:
memory vs CPU
measuring after each change
queries
GC frequency
I/O-bound
p95
compression (gzip
tree shaking
LFU) based on access patterns