mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 12:16:35 +02:00
WIP
This commit is contained in:
parent
678708b0a5
commit
d2701350d4
1 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[<img src="images/cyclone-logo-04-header.png" alt="cyclone-scheme">](http://github.com/justinethier/cyclone)
|
[<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)
|
- [Introduction](#introduction)
|
||||||
- [Terms](#terms)
|
- [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">
|
<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
|
# Conclusion
|
||||||
|
|
||||||
TODO: are results what we expect? observations, impressions, and next steps
|
TODO: are results what we expect? observations, impressions, and next steps
|
||||||
|
|
Loading…
Add table
Reference in a new issue