Skip to content

Instantly share code, notes, and snippets.

@zenchild
Created June 7, 2012 14:28
Show Gist options
  • Save zenchild/2889094 to your computer and use it in GitHub Desktop.
Save zenchild/2889094 to your computer and use it in GitHub Desktop.
Message Passing Benchmarks
# 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