in reply to How store a hash table on disk and work with it
I note that you have:
You'd save memory by packing the old and new $portingID together and using just one hash table. Shouldn't take long to try it and see if it's enough of a saving.$old_tab{ $cli } = $portingID if $filenum==1; $new_tab{ $cli } = $portingID if $filenum==2;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How store a hash table on disk and work with it
by ReneB (Initiate) on Dec 04, 2008 at 13:00 UTC |