in reply to Re: use fields, underscores and subclasses
in thread use fields, underscores and subclasses

Does Moose still impose that nasty compile-time penalty? It's the main reason I've been avoiding it on small projects.
  • Comment on Re^2: use fields, underscores and subclasses

Replies are listed 'Best First'.
Re^3: use fields, underscores and subclasses
by Anonymous Monk on Nov 23, 2008 at 19:05 UTC
    naturally
Re^3: use fields, underscores and subclasses
by stvn (Monsignor) on Nov 24, 2008 at 21:49 UTC

    It has gotten a lot better recently, thanks to Devel::NYTProf and several dedicated testers/benchmarks/developers.

    And if Moose is still too slow, you might want to give Mouse a look.

    -stvn
Re^3: use fields, underscores and subclasses
by dragonchild (Archbishop) on Dec 01, 2008 at 16:31 UTC
    You have small projects that need to be so fast that a 1-2s compiletime penalty is the dealbreaker?

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?