6 ms·
Congrats on shipping this—memstop looks incredibly useful for anyone diagnosing memory usage regressions in long-running Python apps or ML workflows. I especial
by andy_ng 1y ago
Congrats on shipping this—memstop looks incredibly useful for anyone diagnosing memory usage regressions in long-running Python apps or ML workflows. I especially appreciate the simplicity: one function call, no external agents, and integration with stdlib tracemalloc for context. Clean and focused.
Any plans to support tracking across async tasks or threads?