# New Ticket Created by  Rob Hoelz 
# Please include the string:  [perl #125344]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125344 >


Let's say I have an array where @array.end == $end.  Using @array[0..$end] is 
about 20 times faster than @array[0..*].  I have attached an example script 
that demonstrates this.

Attachment: bench.p6
Description: Binary data

Reply via email to