perl 5.8.5

Christopher Nehren apeiron at comcast.net
Wed Oct 6 12:16:34 PDT 2004


On Wed, 2004-10-06 at 18:36 +0000, Ryan Newman wrote:
> I just installed the 5.3 beta-7 and noticed that perl 5.8.5 was installed.  
> Perl 5.8 breaks a lot of the complex applications that I need to run why not 
> stay with perl 5.6 which is more stable for applications ?

Funny that you mention the word "stable"...

If you read 'perldoc perl58delta', you'll see that 5.6 versions of Perl
used quicksort for the sort() function, which is under some
circumstances an unstable sort algorithm. Versions 5.8 and above use
mergesort, which is guaranteed to be stable. I refer you to 'perldoc
sort' (it's a pragma, too) for more information.

... then there's the algorithmic complexity attacks against the hashing
algorithm, and many other things which were fixed in the 5.8 line (like
the potentially massive delay on creating threads, ...). You wouldn't
want people to be able to guess your hash keys / values, would you?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20041006/770db3f2/attachment.bin


More information about the freebsd-current mailing list