|
|
|
|
|
by tomp
892 days ago
|
|
Erlang's processes might have similar semantics to Go's goroutines (green threads) but Erlang is a much simpler language, because it doesn't have shared state. A lot of work went into optimizing Go's GC to be able to cope with concurrency. |
|