This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Moore’s law is over .
Modern computation is exploited by running processes on multiple cores.
Ruby has always ignored this trend, and the community didn’t put enough attention on this topic. 
 Ruby’s model for concurrency is based on threads.
It was typical approach for object oriented languages, designed in the 90s.
A thread is sequence of instructions that…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.