Help for this page

Select Code to Download


  1. or download this
    # N-hashes code adapted from docs to Class::Std
    sub BUILD {
    ...
    
        $data{$obj_ID} = { %default_of, %$arg_ref };
    }
    
  2. or download this
    sub CLONE {
        # fix-up all object ids in the new thread
    ...
       
        return;
    }
    
  3. or download this
                   Rate NHashObject   HoHObject
    NHashObject 51694/s          --        -43%
    HoHObject   90761/s         76%          --
    
  4. or download this
                   Rate NHashObject   HoHObject
    NHashObject 50557/s          --         -4%
    HoHObject   52932/s          5%          --
    
  5. or download this
                   Rate   HoHObject NHashObject
    HoHObject   60857/s          --         -4%
    NHashObject 63625/s          5%          --