nsf / pnoise

Perlin noise benchmark
77 stars 23 forks source link

Add Crystal version #1

Closed asterite closed 10 years ago

asterite commented 10 years ago

Hi!

I want to add a Crystal version to the benchmarks. It's not the fastest, but that's what benchmarks are for :-)

In the build script I just put "crystal". To make it work you have to install Crystal as explained here, then you can make a symbolic link to "bin/crystal" named crystal (I put it in /usr/local/bin/crystal).

nsf commented 10 years ago

I should add that I don't have crystal compiler installed, and it's not even in archlinux's AUR, so I won't update the results in the README.

asterite commented 10 years ago

Thanks!

Crystal is pretty new so that's why it's not in arch linux yet. But someone is helping us and uses arch linux, maybe he'll make a package soon :-)

Is that the same reason why the times for python are also missing in the README?

nsf commented 10 years ago

No, python is missing for other reasons. I don't include scripting languages because they just take too much time to run. Python is 1 minute 30+ seconds. :)

asterite commented 10 years ago

Ah, yes. I imagined that was the reason :-)