Hacker News new | past | comments | ask | show | jobs | submit login

Erlang uses only actors as concurrency mechanism and exploits that fact by giving each actor its own heap. So Erlang's GC does not need to accommodate concurrency, even though Erlang itself does.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: