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.
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.