Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^4: Speed of 5.8.0 versus 5.6.1

by adrianh (Chancellor)
on Jul 03, 2003 at 10:03 UTC ( [id://271112]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Speed of 5.8.0 versus 5.6.1
in thread Speed of 5.8.0 versus 5.6.1

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://271112]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-18 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found