mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 16:33:29 +02:00
In this commit, we add some docs that explain how to use tools like heap escape analysis and memory profiling to fully eliminate allocations in a sample program. This guide is meant to help devs/contributors use Go's excellent perf tools to zoom in on an optimization problem.