Our original panel podcast, Ruby Rogues is a weekly discussion around Ruby, Rails, software development, and the community around Ruby.
The Ruby Fiber Scheduler with Wander Hillen - RUBY 505
July 07, 2021
1:01:39
74.21 MB
Downloads: 0
The Ruby fiber scheduler is a powerful new feature in Ruby that we brought Wander Hillen along to discuss with us. Ruby fibers are a way of managing threading and concurrency within Ruby.This episode explains uses that can come from the fiber scheduler and what it offers in doing work outside the main process to increase efficiency.Panel
- Darren Broemmer
- John Epperson
- Luke Stutters
- Wander Hillen
- Ruby 3.0 and the new FiberScheduler interface
- Pre-emptive fiber-based concurrency in MRI Ruby
- Light-weight scheduler for improved concurrency
- Efficient IO with io_uring
- The blog of wjwh - Home