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

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

"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