mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Update History.md
This commit is contained in:
parent
46f3ede412
commit
60b37ff141
1 changed files with 11 additions and 11 deletions
|
@ -108,17 +108,17 @@ From Feeley's presentation:
|
||||||
|
|
||||||
Compared to a similar compiler (CHICKEN), Cyclone's performance is worse but also "not so bad":
|
Compared to a similar compiler (CHICKEN), Cyclone's performance is worse but also "not so bad":
|
||||||
|
|
||||||
> $ time cyclone transforms.sld
|
$ time cyclone transforms.sld
|
||||||
>
|
|
||||||
> real 0m22.657s
|
real 0m22.657s
|
||||||
> user 0m13.220s
|
user 0m13.220s
|
||||||
> sys 0m8.320s
|
sys 0m8.320s
|
||||||
>
|
|
||||||
> $ time csc transforms.scm
|
$ time csc transforms.scm
|
||||||
>
|
|
||||||
> real 0m9.305s
|
real 0m9.305s
|
||||||
> user 0m3.732s
|
user 0m3.732s
|
||||||
> sys 0m5.064s
|
sys 0m5.064s
|
||||||
|
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
Loading…
Add table
Reference in a new issue