in reply to large perl module
While I suspect your statement "this is the fastest way" woulnd't hold up under heavy scrutiny, if you have enough system resources and it's working, what's the concern?
You could always move the data to a data file (better design), but unless you put it in a database or some other "lookup on demand" solution, you'll still end up with the large hash and it won't really make a difference.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: large perl module
by minek (Novice) on Mar 04, 2010 at 22:09 UTC | |
by CountZero (Bishop) on Mar 05, 2010 at 07:11 UTC | |
by jrsimmon (Hermit) on Mar 04, 2010 at 22:26 UTC |