Posts tagged 'concurrency' Page 1 of 1

Ruby & the Multicore CPU: Part Two - Ruby up to 2.7

MRI Ruby When ruby was conceived, multi-core CPUs weren’t at the forefront of a language designer’s mind. Subsequently, the ruby virtual machine was developed as a single process, single threaded ...

Ruby & the Multicore CPU: Part One - Introduction

I’m a big fan of both ruby and elixir. For quite some time, one perceived weakness of ruby has been its inability to make best use of multiple cores in modern CPUs. When Matz published the first v...