- or download this
my $hash = { a => 'b' };
$hash->{$x}
- or download this
my %hash = ( a => 'b' );
$hash{$x}
- or download this
use strict;
use warnings;
...
inline_hr => $test_inline_hr,
});
}
- or download this
Rate inline_hr built_hr built_hash const_hr const
+_hash
inline_hr 209314/s -- -3% -27% -87%
+ -90%
...
built_hash 285632/s 36% 32% -- -83%
+ -86%
const_hr 1638207/s 683% 657% 474% --
+ -22%
const_hash 2103430/s 905% 873% 636% 28%
+ --