Hi!
I have the following gist code:
https://gist.github.com/gemitoytp/eca40ae2c264f43cbebf96b6eb7338e4
If I use Ruby 3.1.4 is more fastest that Ruby 3.2.2 with exonio-0.7.0, check the following benchmark result:
Ruby 3.1.4
$ ruby -v
ruby 3.1.4p223 (2023-03-30 revision 957bb7cb81) [arm64-darwin22]
$ ruby exonio_irr_benchmark.rb
user system total real
Exonio.irr 0.001008 0.000062 0.001070 ( 0.001062)
Ruby 3.2.2
$ ruby -v
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
$ ruby exonio_irr_benchmark.rb
user system total real
Exonio.irr 86.791901 0.497656 87.289557 ( 87.318323)
I have an Apple M2 Pro with 16 GB of RAM
Hi!
I have the following gist code:
https://gist.github.com/gemitoytp/eca40ae2c264f43cbebf96b6eb7338e4
If I use Ruby 3.1.4 is more fastest that Ruby 3.2.2 with exonio-0.7.0, check the following benchmark result:
Ruby 3.1.4
Ruby 3.2.2
I have an Apple M2 Pro with 16 GB of RAM