Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Memory Management Optimization

Debug memory leaks, profile memory usage, optimize allocations. Use when heap grows unexpectedly, OOM errors occur, or profiling shows memory bottleneck. Covers C++ (Valgrind, ASAN, RAII), Python (tracemalloc, objgraph), and general patterns.

majiayu000 1f775de 2 files · 7.1 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/memory-management-optimization commit 1f775def28

Frequently asked questions

npx skillmds add majiayu000/memory-management-optimization