RR 368: Improving Ruby Performance with Rust with Daniel P. Clark
In this episode of Ruby Rogues, the panelists talk to Daniel P. Clark about improving Ruby performance with Rust. Daniel has been a hobbyist programmer for over 20 years and started blogging about Ruby and other technical matters about 5 years ago. One of the things he is well known for is his Faster Path gem on GitHub, which has over 700 stars. They talk about his blog article Improving Ruby Performance with Rust, why he chose to use Rust, and the benefits of using a Rust extension in Ruby. They also touch on his faster path gem, the Helix project, and more!
Hosted by
Special Guests
RR 368: Improving Ruby Performance with Rust with Daniel P. Clark
Ruby Rogues
56:54
Share This Episode
Show Notes
- Charles Max Wood
- Dave Kimura
- Eric Berry
- Catherine Meyers
- David Richards
- Daniel intro
- Likes to blog - 6ftdan.com
- Released Faster Path gem
- Ruby
- Improving Ruby Performance with Rust blog article
- Why Rust?
- Rust to the rescue (of Ruby) blog article
- Rust was exciting because of the promises it gave
- No garbage collector in Rust
- Why is not having a garbage collector a positive?
- Rust’s ownership model
- Why would use a Rust extension in Ruby?
- Have you played around with sending objects into a Ruby function?
- The story behind creating his Faster path gem
- rubyflow.com
- Turbolinks and Spring and how they react
- Helix project
- And much, much more!
- Faster Path
- Improving Ruby Performance with Rust
- Rust
- CodeShip
- Rust to the rescue (of Ruby)
- Ruby
- 6ftdan.com
- rubyflow.com
- Turbolinks
- Spring
- Helix
- @6ftdan
- Daniel’s GitHub