▲ 5 ▼ Go does not need a java style gc itnext.io posted by Everton Marques 1090 days ago ▲ samber 996 days ago ▼ In some case, customizing GC is nice. Easy with JVM, not possible with Go. Example: do not free memory in serverless function, in order to prevent GC pause. Contributing ▲ marcin-janas 1046 days ago ▼ super cool Contributing Register to comment or vote on this story
In some case, customizing GC is nice.
Easy with JVM, not possible with Go.
Example: do not free memory in serverless function, in order to prevent GC pause.
super cool