I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-12-14 11:04:30-08 by silvercat
how to speed up Moose ?
We all know that speed is an issue for Moose. What makes it faster a bit, is known as:

__PACKAGE__->meta->make_immutable

But this is not enough for slightly bigger projects.

The problem has been reviewed while discussing Moose + CGI (http://groups.google.com/group/perl-appengine/browse_thread/thread/f6cdbc3fc06391b4?pli=1), however no constructive answers were given.

Is there any other way, besides making a class immutable, to speed up Moose?

best,
silvercat
Direct Responses: 11945 | Write a response