Y
Hacker News
new
|
ask
|
show
|
jobs
by
bjfish
3710 days ago
Another interesting read is how BEAM (the Elixir/Erlang VM) does scheduling:
http://jlouisramblings.blogspot.co.uk/2013/01/how-erlang-doe...
1 comments
jlouis
3709 days ago
The post is old, but still somewhat true. The most important change is how memory carriers can be moved between schedulers/cores nowadays which improves the TLB miss rate and makes for better system locality.
link