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