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