You still have to keep in mind that there is overhead to calling native
code. For small methods that don't do much it is often better to write the
code in the script language rather than suffer the overhead of a native
method call.

Rather than judging the ruby version bad, upgrade and profile to see if
there is a performance issue.

On 11/1/07, Kirk Haines <[EMAIL PROTECTED]> wrote:
>
>
> C code will generally be faster than Ruby code, yes.
>
>
>
-- 
geoff
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to