profile gls binary with pprof to spot bottlenecks in runtime #14
Labels
good first issue
Good for newcomers
good-first-contribution
hacktoberfest
help wanted
Extra attention is needed
Summary
Folder indexing (tree traversal) seems to be inefficient than it should be, considering it's basically a tree traversal algorithm.
Use
pprof
tool to find out if there are any bottlenecks in the code, by either:-benchmem
,-memprofile
, and-cpuprofile
optionspprof
server by using net/http/pprof, and calling it during runtime to capture the CPU/memory dumpsThe text was updated successfully, but these errors were encountered: