Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Speed of 5.8.0 versus 5.6.1

by samtregar (Abbot)
on Jul 01, 2003 at 22:10 UTC ( [id://270658]=note: print w/replies, xml ) Need Help??


in reply to Speed of 5.8.0 versus 5.6.1

50% is pretty much the accepted slow-down going from 5.6.1 to 5.8.0. This is the only reason I'm not developing in 5.8.0 currently is the huge performance penalty. I hope 5.8.1 is better.

-sam

Replies are listed 'Best First'.
Re: Re: Speed of 5.8.0 versus 5.6.1
by Limbic~Region (Chancellor) on Jul 01, 2003 at 23:03 UTC
    samtregar,
    Not that I doubt you, but I would be very much interested in hearing where you came across this so frequently that you chose "pretty much the accepted"? I typically don't care about speed at home (running 5.8), but really need it at work (5.6.1).

    Cheers - L~R

      Around the time 5.8.0 came out there were threads on perl5-porters analyzing the performance of 5.8.0 relative to earlier releases. My foggy memory of the discussion features the "50%" figure prominently.

      -sam

        The only performance issues that I'm aware of in 5.8 are:

        • The debugger can be a lot slower in 5.8. I think this has already been fixed in bleadperl.
        • There is a new hashing algorithm which may give worse behaviour in some circumstances. In general however it should give better performance.
        • The pervasive unicode support can slow things down (e.g. regexes on unicode are slower than regexes on ASCII) - but you can switch that off.

        There were, of course, a lot of performance enhancements in 5.8 too.

        So it comes down to what you do. Personally I've not noticed any performance difference.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://270658]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-03-28 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found