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