This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
optimise the sorting inplace of plain arrays: @a = sort @a
authorDave Mitchell <davem@fdisolutions.com>
Fri, 20 Feb 2004 14:54:35 +0000 (14:54 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 20 Feb 2004 14:54:35 +0000 (14:54 +0000)
commitfe1bc4cf71e7b04d33e679798964a090d9fa7b46
treeb7becd86286cb9e996f2e531df18905546f8122e
parente6e7068b743187ea85db546863975a687c18915d
optimise the sorting inplace of plain arrays: @a = sort @a

p4raw-id: //depot/perl@22349
op.c
op.h
pp_sort.c
t/op/sort.t