Workshop suggestions
Opened this issue · 0 comments
bflanigan commented
- How would a memory leak or goroutine leak look like in pprof or the trace tool?
- How would a cancelled context that cascades its way through "many" child goroutines look like in pprof or the trace tool?
- Tracking down a memory leak - what are best practices for avoiding mem leaks? Provide examples of blatant and not so blatant ways to leak memory.