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/.