This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d62e1b7
)
fixes bug 20000508.004
author
Michael Stevens
<mstevens@etla.org>
Thu, 27 Jul 2000 13:49:04 +0000
(14:49 +0100)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 27 Jul 2000 13:48:02 +0000
(13:48 +0000)
Message-ID: <
20000727134903
.A9351@athenaeum.globnix.org>
p4raw-id: //depot/perl@6453
pod/perldata.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldata.pod
b/pod/perldata.pod
index
a2bb840
..
70ab161
100644
(file)
--- a/
pod/perldata.pod
+++ b/
pod/perldata.pod
@@
-259,7
+259,7
@@
of sixteen buckets has been touched, and presumably contains all
10,000 of your items. This isn't supposed to happen.
You can preallocate space for a hash by assigning to the keys() function.
-This rounds up the allocated bucke
d
to the next power of two:
+This rounds up the allocated bucke
ts
to the next power of two:
keys(%users) = 1000; # allocate 1024 buckets