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.

-stvn
  • Comment on Re^2: New module -- Fixed width data solution

Replies are listed 'Best First'.
Re^3: New module -- Fixed width data solution
by runrig (Abbot) on May 07, 2008 at 18:30 UTC
    Load time for Moose has been going down lately...
    I wasn't specifically talking about load time, but point taken. I went ahead and installed Moose to test this module, and although I'd like to try out Moose some more, I doubt I'll be using this module much, even though it's "The most significant module to ever grace cpan."