|
|
|
|
|
by AlchemistCamp
2013 days ago
|
|
Some older VMs like Erlang's also do very well in avoiding GC pauses. In Erlang's, the key is that garbage collection is per process. (Note that Erlang processes are analogous to Golang green threads, not OS prcessses.) |
|
https://erlang.org/doc/apps/erts/GarbageCollection.html#over...
(btw, I'm enjoying the Reactor podcast, keep it up)