I have a huge module that's being used by a mod_perl script.
The module is huge because it contains giant hash table
with all usa/can area codes, phone number prefixes and mobile carrier info.
I need fast lookups of this kind of data, and this is the fastest way.
The size of the source code .pm file is 2.5 MB, the Devel::Size::total_size() says the size of the hash in RAM is 11MB.
Do you think these facts will have any undesirable impact on performance of the system (beside RAM usage)?
Or I just worry too much...
I've never seen .pm files of this size...
Thanks, DanIn reply to large perl module by minek
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |