Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Were the > 16 core performance problems addressed?


erlang now has a run queue per core as opposed to a single run queue, which will improve things, and they have also improved message passing characteristics and ets table locking optimisations.

the "problems" with >16 (and even >2) cores have not particularly been with the erlang runtime, quite often its an inherent problem with the application or at least the way its been written


It's not like you couldn't always just run multiple native processes on one machine.




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

Search: