Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
931 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created a pull request in google/pprof that received 4 comments
feat: reuse seenEdge and seenNode to reduce garbage collection pressure
I changed to reuse seenEdge and seenNode. I have a profile with 40,000 samples and each loop consumes a lot of time in allocating memory. I avoided…