H
Henry Salvia
I have inherited a script that uses dbmopen to create a hash that holds
up to
500,000 keys. Does use of dbmopen (or tie) make a script use less memory
or
provide any other efficiency, or is it just the persistence of the data
that
adds value? How would I go about measuring (on UNIX) memory usage
between using
dbmopen/tie and not? The docs for dbmopen and tie don't talk about
memory
use or efficency that I can find.
Thanks.
Henry Salvia
up to
500,000 keys. Does use of dbmopen (or tie) make a script use less memory
or
provide any other efficiency, or is it just the persistence of the data
that
adds value? How would I go about measuring (on UNIX) memory usage
between using
dbmopen/tie and not? The docs for dbmopen and tie don't talk about
memory
use or efficency that I can find.
Thanks.
Henry Salvia