From 46f3ede412296135407cce24024ad1bf3c72d45b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 31 Jul 2015 22:08:07 -0400 Subject: [PATCH] Update History.md --- docs/History.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/History.md b/docs/History.md index a0ec083a..cee2338b 100644 --- a/docs/History.md +++ b/docs/History.md @@ -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