Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^8: [OT:] Is this Curriculum right?

by ikegami (Patriarch)
on Nov 28, 2021 at 01:41 UTC ( [id://11139182]=note: print w/replies, xml ) Need Help??


in reply to Re^7: [OT:] Is this Curriculum right?
in thread [OT:] Is this Curriculum right?

I have not studied how Perl implements its hash tables;

Hashes are hash tables. Collisions are handled using linked lists. Perl keeps the number of entries in the linked list small through array-size doublings and hash perturbation. It has optimizations to reuse keys.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found