Memory Optimization

Cut a program's memory footprint by fixing data layout, reusing allocations, and streaming input instead of buffering it whole. Use when a process is killed by the OOM killer, garbage collection dominates the profile, or heap growth tracks input size.

Amey-Thakur 1c505b3 2.9 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/performance/memory-optimization commit 1c505b3787

Frequently asked questions

npx skillmds@latest add amey-thakur/memory-optimization