podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Jean Boussier
Shows
Dead Code
Ordinary Corrupt Memory Love (with Jean Boussier (byroot))
In this episode of Dead Code, host Jared Norman speaks with Jean Boussier, a key contributor to the Ruby community and Shopify engineer, about the challenges of concurrency in Ruby, particularly the Global VM Lock (GVL). Jean explains that while the GVL was originally implemented to simplify Ruby’s design, it now limits parallel execution, sparking debate on whether it should be removed. He argues that many Ruby applications are more CPU-bound than previously thought and suggests improving Ruby’s thread scheduler as a more practical short-term solution rather than eliminating the GVL entirely. The discussion also explores Ractors, Ruby...
2025-03-18
33 min
Dead Code
Ordinary Corrupt Memory Love (with Jean Boussier (byroot))
In this episode of Dead Code, host Jared Norman speaks with Jean Boussier, a key contributor to the Ruby community and Shopify engineer, about the challenges of concurrency in Ruby, particularly the Global VM Lock (GVL). Jean explains that while the GVL was originally implemented to simplify Ruby’s design, it now limits parallel execution, sparking debate on whether it should be removed. He argues that many Ruby applications are more CPU-bound than previously thought and suggests improving Ruby’s thread scheduler as a more practical short-term solution rather than eliminating the GVL entirely. The discussion also explores Ractors, Ruby...
2025-03-18
33 min
The Rails Changelog
029: Tuning Ruby on Rails App Performance with Jean Boussier
In this episode, Jean Boussier and I dive deep into performance optimisation for Ruby on Rails applications. From diagnosing common bottlenecks and mastering advanced caching techniques to leveraging YJIT, jemalloc, and server concurrency models, we explore practical strategies for scaling apps efficiently. We also discuss key metrics for monitoring production performance, cost-effective observability, and modern Rails patterns to embrace or avoid. Perfect for developers looking to take their Rails performance game to the next level!Try Mailtrap for freeRails Guide: Tuning Performance for DeploymentNate Berkopec: The Rails Performance Workshop
2025-01-24
1h 04
Ruby Rogues
Pitchfork, Falcon, and Performant HTTP Servers - RUBY 587
Jean Boussier is a Staff Engineer on Shopify's Ruby and Rails infrastructure team. He joins the show to talk about pitchfork. He begins by defining the pitchfork and describing how the application concept works. Moreover, he explains the reason why he wrote it and tackles some of its useful features. SponsorsChuck's Resume TemplateDeveloper Book ClubBecome a Top 1% Dev with a Top End Devs MembershipEducational LinksGitHub - Shopify/pitchforkTo Thread or Not to Thread: An In-Depth Look at Ruby’s Execution ModelsHeap Profiler: Measure memory allocations and retentions of a Ruby code snippetRails’ eager_load_namespacesThe Deadline patternCircuit Breaker...
2023-03-22
45 min