Re: [perl #127881] [BUG] slow array slicing

2016-04-13 Thread Daniel Green
Where in Rakudo is the slowdown? I'm by no means a compiler developer, but I enjoy tinkering. Dan On Wed, Apr 13, 2016 at 8:04 AM, Elizabeth Mattijsen via RT < perl6-bugs-follo...@perl.org> wrote: > > On 12 Apr 2016, at 04:40, Daniel Green (via RT) < > perl6-bugs-follo...@perl.org> wrote: > > >

Re: [perl #127881] [BUG] slow array slicing

2016-04-13 Thread Elizabeth Mattijsen
> On 12 Apr 2016, at 04:40, Daniel Green (via RT) > wrote: > > # New Ticket Created by Daniel Green > # Please include the string: [perl #127881] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127881 > > > > '@array[0,

[perl #127881] [BUG] slow array slicing

2016-04-12 Thread via RT
# New Ticket Created by Daniel Green # Please include the string: [perl #127881] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127881 > '@array[0, 3, 7]' is much slower than '(@array[0], @array[3], @array[7])' time perl6 -e