Help for this page

Select Code to Download


  1. or download this
          # increment shared hash - single IPC per chunk
          $count->pipeline(
             map { [ 'incrby', $_ => $lcount{$_} ] } keys %lcount
          );
    
  2. or download this
    Before 0.814 seconds  $count->incrby(...)
     After 0.522 seconds  $count->pipeline(...)