Closed brentp closed 7 years ago
There are a lot of moving parts in the parallelism. Would be good to see where things are blocking to know where the bottlenecks are. https://software.intel.com/en-us/blogs/2014/05/10/debugging-performance-issues-in-go-programs
and profile memory use with:
go tool pprof --alloc_objects vcfanno mem.pprof
There are a lot of moving parts in the parallelism. Would be good to see where things are blocking to know where the bottlenecks are. https://software.intel.com/en-us/blogs/2014/05/10/debugging-performance-issues-in-go-programs