D
Damon Hastings
I have a berkeley db which I'm accessing via the DB_File interface (a
btree). I would like a quick way to count how many keys are in the
file. If I just use "scalar keys %hash", then it takes forever! (The
file has millions of keys.) Can anyone help me?
btree). I would like a quick way to count how many keys are in the
file. If I just use "scalar keys %hash", then it takes forever! (The
file has millions of keys.) Can anyone help me?