How to make Go routines release their used memory

I am trying out Go to perform an algorithm that is of interest to me.
This provides me a reason to learn it, and compare it to other languages.
It is understood different languages (tools) are better at some things than others.
I’m trying to ascertain if Go can do this algorithm better than what I’ve implemented.

1 Like