Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        'lock'      => sub { for (1 .. 1e5) {$hash1{foo}++;$hash1{bar}++;$
    +hash1{baz}++;} },
        'no_lock'   => sub { for (1 .. 1e5) {$hash2{foo}++;$hash2{bar}++;$
    +hash2{baz}++;} },
    });
    
  2. or download this
              Rate    lock no_lock
    lock    61.6/s      --     -8%
    no_lock 66.8/s      8%      --