Erlang Garbage Collection
Mark Mzyk March 30, 2008
When I asked the question about how Erlang Garbage Collection works, I expected that because of Erlang’s focus on concurrency its garbage collection algorithm would be incredibly complicated. I was wrong. Turns out, it’s rather simple as far as garbage collection algorithms go, thanks in large part to how Erlang uses processes.