Re: perl 5.8.5

From: Christopher Nehren <apeiron_at_comcast.net>
Date: Wed, 06 Oct 2004 15:16:31 -0400
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?

Received on Wed Oct 06 2004 - 17:16:34 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:15 UTC