Our git http server switch from libgit2/git2go to src-d/go-git, improved maintainability.
but cpu usage almost doubled(200%->400%).
We got a performance gragh by using pprof, mallocgc and hex.Decode are the tops, would you give me some suggestions? Or is there a plan for performance optimization?
Our git http server switch from libgit2/git2go to src-d/go-git, improved maintainability. but cpu usage almost doubled(200%->400%).
We got a performance gragh by using pprof, mallocgc and hex.Decode are the tops, would you give me some suggestions? Or is there a plan for performance optimization?