All Projects → gaar4ica → ruby_ext_in_crystal_math

gaar4ica / ruby_ext_in_crystal_math

Licence: other
No description, website, or topics provided.

Programming Languages

ruby
36898 projects - #4 most used programming language
Makefile
30231 projects
crystal
512 projects

Native Extension for Ruby written in Crystal

  1. Install crystal.
  2. Add ruby_ext_in_crystal_math to your Gemfile:
gem 'ruby_ext_in_crystal_math', github: 'gaar4ica/ruby_ext_in_crystal_math'
  1. Run bundle install

Benchmark Results

$ irb
2.1.6 :001 > require 'common_math'
 => true
2.1.6 :002 > CommonMath.measure
       user     system      total        real
rb  7.940000   0.010000   7.950000 (  7.963207)
cr  0.430000   0.000000   0.430000 (  0.431696)
 => nil
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].