andy_ng
10 hours 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?