Skip to content

Commit

Permalink
Newtown -> Newton
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Oct 20, 2024
1 parent 157d2f4 commit f012062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions data/rubyconf/rubyconf-2017/videos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@
video_id: 3TBq__oKUzk

- title: Compiling Ruby
raw_title: "RubyConf 2017: Compiling Ruby by Kevin Newtown"
raw_title: "RubyConf 2017: Compiling Ruby by Kevin Newton"
speakers:
- Kevin Newtown
- Kevin Newton
event_name: RubyConf 2017
published_at: "2017-11-28"
description: |-
Compiling Ruby by Kevin Newtown
Compiling Ruby by Kevin Newton
Since Ruby 2.3 and the introduction of RubyVM::InstructionSequence::load_iseq, we've been able to programmatically load ruby bytecode. By divorcing the process of running YARV byte code from the process of compiling ruby code, we can take advantage of the strengths of the ruby virtual machine while simultaneously reaping the benefits of a compiler such as macros, type checking, and instruction sequence optimizations. This can make our ruby faster and more readable! This talk demonstrates how to integrate this into your own workflows and the exciting possibilities this enables.
video_id: iWDOXi7Kj2o
Expand Down
7 changes: 0 additions & 7 deletions data/speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8030,13 +8030,6 @@
website: https://kddnewton.com
slug: kevin-newton
canonical_slug:
- name: Kevin Newtown
twitter: ""
github: ""
bio: ""
website: ""
slug: kevin-newtown
canonical_slug:
- name: Kevin Sherus
twitter: ""
github: ""
Expand Down

0 comments on commit f012062

Please sign in to comment.