Let the garbage crash

Many techniques have been developed to proper and automatically manage memory. Such techniques seek to collect all possible unreachable data, keeping program pauses to a minimum. In this talk, we are going to talk about the main techniques for garbage collection and comparing the usage of them between Golang and Erlang. Let the garbage crash.