1

The below article talks about minimizing garbage collection. Are there any best practices from a programmers perspective to make garbage collection efficient in Go?

How to minimize the garbage collection in Go?

Community
  • 1
  • 1
user2443447
  • 151
  • 1
  • 8

1 Answers1

0

"how to analyse golang memory" gives some criteria, but the best approach remains to measure:

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250