mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Update History.md
This commit is contained in:
parent
bebd7620c7
commit
46f3ede412
1 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue