diff options
Diffstat (limited to 'devel/ruby-inline/pkg-descr')
-rw-r--r-- | devel/ruby-inline/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ruby-inline/pkg-descr b/devel/ruby-inline/pkg-descr new file mode 100644 index 000000000000..78257e6966b6 --- /dev/null +++ b/devel/ruby-inline/pkg-descr @@ -0,0 +1,11 @@ +Inline::C allows for quick and use of inlined C code in Ruby scripts. +This library automatically: + +* provides rudimentary automatic conversion between Ruby and C basic + types: (unsigned)? (char|int|long|char *) +* provides compilation of inline code +* only recompiles if the C code has changed +* can easily provide speedups in excess of 25x for tight loops when + objects are being recycled too quickly. + +WWW: http://sourceforge.net/projects/rubyinline |