From d2701350d45102f399b170563915ccece04766a2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 25 Jul 2018 13:37:56 -0400 Subject: [PATCH] WIP --- docs/Garbage-Collector-Lazy-Sweeping.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/Garbage-Collector-Lazy-Sweeping.md b/docs/Garbage-Collector-Lazy-Sweeping.md index 7184ba49..8cfe2ff7 100644 --- a/docs/Garbage-Collector-Lazy-Sweeping.md +++ b/docs/Garbage-Collector-Lazy-Sweeping.md @@ -1,6 +1,6 @@ [cyclone-scheme](http://github.com/justinethier/cyclone) -# Lazy Sweeping +# Garbage Collection Using Lazy Sweeping - [Introduction](#introduction) - [Terms](#terms) @@ -245,6 +245,17 @@ And the same data is illustrated in the following chart: Chart of Results +Here is an overall summary: + +Statistic | Benchmark | Result +--------- | --------- | ------ +Overall Improvement | N/A | 13.36% +Average Speedup | N/A | 10.74% +Maximum Speedup | deriv | 36.90% +Minimum Speedup | wc | -2.07% + +TODO: discuss why benchmarks turned out the way they did, does wc have no dead objects? what about deriv? + # Conclusion TODO: are results what we expect? observations, impressions, and next steps