mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 00:37:35 +02:00
Adding benchmark section
This commit is contained in:
parent
c3aa1b4769
commit
7de76b7689
1 changed files with 9 additions and 0 deletions
|
@ -51,6 +51,15 @@ Cyclone's [Garbage Collector](docs/Garbage-Collector.md) is documented at a high
|
|||
|
||||
Finally, if you need another resource to start learning the Scheme language please try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).
|
||||
|
||||
Benchmarks
|
||||
----------
|
||||
|
||||
The following benchmarks give an indication how well Cyclone performs compared with other R<sup>7</sup>RS Schemes.
|
||||
|
||||
The benchmarks were recorded on a system with an Intel Core i5 CPU @ 2.20 GHz, and indicate elapsed time. A longer bar indicates worse performance, however if a benchmark could not be completed in a reasonable amount of time there is no bar at all for that Scheme.
|
||||
|
||||
<img src="docs/images/benchmarks/gabriel.png">
|
||||
|
||||
License
|
||||
-------
|
||||
Copyright (C) 2014 [Justin Ethier](http://github.com/justinethier).
|
||||
|
|
Loading…
Add table
Reference in a new issue