▲ 5 ▼ Go does not need a java style gc itnext.io posted by Everton Marques 1087 days ago ▲ samber 993 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 1043 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