Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Hash Search is VERY slow

by LanX (Saint)
on Sep 29, 2021 at 23:14 UTC ( [id://11137129]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Hash Search is VERY slow
in thread Hash Search is VERY slow

Oh I missed that.

=> Re: Hash Search is VERY slow

Brilliant!

> that the array was getting cloned

I think it's not so much the copying alone but the allocation of a new array each time.

Because the arrays are growing, old released memory often can't be reused, leading to a fragmentation and increasing waste of space.

Fun! :)

Tho I might be wrong, the reserved space for an array grows by doubling IIRC, this should be easier to reuse ...

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found