Created
March 12, 2012 18:39
-
-
Save lojikil/2023866 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time ./run_hydra.ss hydra_s1.ss | |
55 | |
6765 | |
832040 | |
2178309 | |
real 0m0.830s | |
user 0m0.655s | |
sys 0m0.046s | |
$ time gosh s1.ss | |
55 | |
6765 | |
832040 | |
2178309 | |
real 0m0.139s | |
user 0m0.015s | |
sys 0m0.061s | |
$ time vesta s1.ss | |
55 | |
6765 | |
832040 | |
2178309 | |
real 0m0.143s | |
user 0m0.046s | |
sys 0m0.016s | |
the `run_hydra.ss` above is Vesta loading `hydra.ss` and then calling `hydra@load` on it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once I update Enyo to the point where it can compile Hydra, this will be a more meaningful benchmark, but it isn't bad that Hydra is still running in less than a second on this:
I haven't installed
newline
as a primitive in Hydra yet, so that is why there is ahydra_s1.ss
file (although this could be used on all three interpreters...).