Skip to content

Commit

Permalink
removing "and" from the end of a sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfow committed Jan 5, 2012
1 parent 1efa374 commit 9e394e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ versus


(1..10000).each { |i| hash[i] } # => 0.001s (1..10000).each { |i| hash[i] } # => 0.001s


What's even better -- or worse depending on your perspective -- is that after all that, the native Hash version still isn't thread-safe and still requires some synchronisation around it slowing it down even further and. What's even better -- or worse depending on your perspective -- is that after all that, the native Hash version still isn't thread-safe and still requires some synchronisation around it slowing it down even further.


The Hamster version on the other hand was unchanged from the original whilst remaining inherently thread-safe, and 3 orders of magnitude faster. The Hamster version on the other hand was unchanged from the original whilst remaining inherently thread-safe, and 3 orders of magnitude faster.


Expand Down

0 comments on commit 9e394e0

Please sign in to comment.