From: Aaron Smith Date: 2007-06-22T02:22:48+09:00 Subject: Ruby extensions question.. So I'm getting slightly confused with writing ruby extensions and what is best for performance. I'm working on writing an extension for Ruby, but almost everything i'm doing at the C level is with rb_* functions using the Ruby C API. I understand how it works but isn't that just as slow as using Ruby? Or no? thanks -- Posted via http://www.ruby-forum.com/.