Is the performance hit with using MooseX::Declare mainly encountered during startup?
Posted
by Dan Horne
on Stack Overflow
See other posts from Stack Overflow
or by Dan Horne
Published on 2010-03-30T07:26:36Z
Indexed on
2010/03/30
17:13 UTC
Read the original article
Hit count: 407
Is the performance hit with using MooseX::Declare mainly encountered while it does its initial magic (i.e. "translating" the definition into standard Perl syntax)? i.e. once the compile and initial runtime setup is complete, is there a performance difference in calling a MooseX::Declare method vs a method defined via traditional declaration?
© Stack Overflow or respective owner