On Fri, 2006-10-20 at 11:42 -0400, Mitchell N Charity wrote: > >We also > >learned that the Perl6-ish Moose.pm, while making it much more convenient > >to write object code, adds a significant amount of overhead to each method > >call, which is prohibitive for a non-interactive script like Kenneth's that > >does a huge number of method calls. > > Moose.pm is said to now be significantly faster, in part as a result of > Kenneth's experience. Though the improved version has apparently not yet > reached CPAN (the one there dates from just before the PM meeting).
My presentation was done with Moose 0.12. The latest version in FreeBSD's ports is 0.13, to which I've just upgraded. Slower. (Factor of 25 more user time instead of 15 with 0.12.) Moose 0.14 is on CPAN, but doesn't have anything about speed improvements in Changes. (There are some mentions about optimizations they hope to make in the POD.) I'm guessing the above refers to 0.15 or later. I'll keep an eye out for new versions, and post if I notice any changes. I like Moose as a prototyping system, and would love the performance to get to the point I could use it in production. --kag _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

