in reply to Re: New module -- Fixed width data solution
in thread New module -- Fixed width data solution
but Moose is an awful lot to load to parse fixed-width data.
Load time for Moose has been going down lately, so that complaint is starting to become more FUD then Fact (a few lines of XS recently made Moose 45% less slow at startup). Also I would put it that when parsing large data files, your applications performance will be completely IO-bound and the extra couple hundred milliseconds that Moose requires at startup (assuming the class is made immutable) will not be an issue.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: New module -- Fixed width data solution
by runrig (Abbot) on May 07, 2008 at 18:30 UTC |