https://github.com/abargnesi/beginning-ruby-c-extensions
This talk will detail what a Ruby C extension is, why you may want to use them, and how to get started.
https://github.com/abargnesi/beginning-ruby-c-extensions
Last synced: 3 months ago
JSON representation
This talk will detail what a Ruby C extension is, why you may want to use them, and how to get started.
- Host: GitHub
- URL: https://github.com/abargnesi/beginning-ruby-c-extensions
- Owner: abargnesi
- Created: 2015-07-07T02:25:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T02:26:00.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T17:47:37.255Z (5 months ago)
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Beginning Ruby C extensions
---------------------------Ruby extensions can be used to link Ruby with third party C libraries. This can be useful when native linking or performance is vital to your program. MRI (Matz's Ruby Interpreter) supports building and loading C code within your own gem.
This talk will detail what a Ruby C extension is, why you may want to use them, and how to get started. A coding demonstration will then show the entire process from inception to deployment. We will wrap up with resources for continuing your journey with Ruby C extensions.
**Duration:**
1 hour
**Repository:**
https://github.com/abargnesi/beginning-ruby-c-extensions
**Slides:**
http://abargnesi.github.io/beginning-ruby-c-extensions