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

Erlang was not designed for concurrency on a single core, it was designed for parallelism on multiple machines. Because of this, erlang processes do not share memory and SMP-level parallelism was easy to add.



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

Search: