This commit is contained in:
Justin Ethier 2018-07-25 13:37:56 -04:00
parent 678708b0a5
commit d2701350d4

View file

@ -1,6 +1,6 @@
[<img src="images/cyclone-logo-04-header.png" alt="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:
<img src="images/benchmarks/lazy-sweep.png" alt="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