Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

jdantonio/Everything-You-Know-About-the-GIL-is-Wrong-RubyConf-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"Everything You Know About the GIL is Wrong"

This repo contains the slide deck and sample code from my presentation at RubyConf 2015.

The video is available online at Confreaks.

Abstract

When a Rubyist hears "concurrency" they usually Google Elixir, Go, or even Node.js. Turns out, Ruby can be great for concurrency! The Global Interpreter Lock (GIL) does NOT prevent Ruby programs from performing concurrently. In this presentation we'll discuss the true meaning of concurrency, explore the inner-workings of the GIL, and gain a deeper understanding of how the GIL effects concurrent programs. Along the way we'll write a bunch of concurrent Ruby code, run it on multiple interpreters, and compare the results.

Important Stuff

About

My "Everything You Know About the GIL is Wrong" presentation from RubyConf 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published