Skip to content

Instantly share code, notes, and snippets.

@acmiyaguchi
Created October 24, 2015 01:21
Show Gist options
  • Save acmiyaguchi/25de462c8a8bcf6748aa to your computer and use it in GitHub Desktop.
Save acmiyaguchi/25de462c8a8bcf6748aa to your computer and use it in GitHub Desktop.
nthreads=8
numswaps=100000
max=120
initial="5 6 7 8 9 10"
Synchronized average: 5164 success: 20
Unsynchronized average: 1862 success: 20
GetNSet average: 3326 success: 11
BetterSafe average: 3731 success: 20
BetterSorry average: 3277 success: 20
Reduce max to 10
Unsynch 14
GetNSet 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment