Update History.md

This commit is contained in:
Justin Ethier 2015-07-31 22:08:07 -04:00
parent bebd7620c7
commit 46f3ede412

View file

@ -106,7 +106,20 @@ From Feeley's presentation:
> Performance is not so bad with NO optimizations (about 6 times slower than Gambit-C with full optimization)
TODO: include simple, rough measurements of compile time Cyclone vs CHICKEN (most similar compiler)
Compared to a similar compiler (CHICKEN), Cyclone's performance is worse but also "not so bad":
> $ time cyclone transforms.sld
>
> real 0m22.657s
> user 0m13.220s
> sys 0m8.320s
>
> $ time csc transforms.scm
>
> real 0m9.305s
> user 0m3.732s
> sys 0m5.064s
## References