in reply to Re: Benchmark: Constant List in Hash Slice
in thread Benchmark: Constant List in Hash Slice

The requirement in this case is to sort according to an array not cutting out a subset.

Update

And yes I know that using an array combined with enum constant indices are faster, but my concern here is about the strange side effect from inlining a constant list.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re^2: Benchmark: Constant List in Hash Slice