Golang periodically runs a garbage-collection algorithm to free up unreachable objects. For longer programs, this task itself eats up a lot of CPU. Along with this Go runtime delays garbage collection as long as possible to free as much as possible m...
75asu.hashnode.dev3 min read
No responses yet.