in reply to Pre-grow a string

In an effort to answer your question (which I haven't) I learned that:

keys(%users) = 1000; # allocate 1024 buckets

Will preallocate for hashes. I know - useless for you.

Just thought I'd share anyway. :)

Kurt