Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 280 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 280 Bytes

Demo gem for demonstrating C extensions through ruby

Benchmarks for loops written in ruby vs C:

   user     system      total        real
0.050000   0.000000   0.050000 (  0.053373) <-- Ruby loop

0.000000   0.000000   0.000000 (  0.000005) <-- C loop (VERY fast)