in reply to Re^2: Faster Hash Slices
in thread Faster Hash Slices

The reference is a named variable though, so that also needs a lookup in the symbol table or pad, plus needs to then be dereferenced.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name