Created
June 7, 2012 14:28
-
-
Save zenchild/2889094 to your computer and use it in GitHub Desktop.
Message Passing Benchmarks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Go | |
rate: 3391320.62 | |
rate: 3393174.22 | |
rate: 3381328.82 | |
# C | |
Rate: 4409458.639422 (count: 50000000) | |
Rate: 3165676.958497 (count: 50000000) | |
Rate: 4281366.171821 (count: 50000000) | |
# Ruby Sizedqueue | |
{:platform=>"ruby-1.9.3", "SizedQueue"=>"221909.7659733661 per second"} | |
{:platform=>"ruby-1.9.3", "SizedQueue"=>"219158.22202326465 per second"} | |
{:platform=>"ruby-1.9.3", "SizedQueue"=>"221422.21419688922 per second"} | |
{:platform=>"ruby-1.9.3", "SizedQueue"=>"224380.30782447313 per second"} | |
{:platform=>"ruby-1.9.3", "SizedQueue"=>"222158.80203557143 per second"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment