http://www.perlmonks.org?node_id=810406


in reply to Re^2: Speeding up named capture buffer access
in thread Speeding up named capture buffer access

I don't see anything wrong with:

%tmp = %+;

Did you try/get the number of calls of this?

BTW, I first thought about the following as in update/append mode for hashes:

@tmp{ keys %+ } = values %+;

but I could predict that the number of calls should increase.