Re: Benchmarking Moo(se)?

[email protected] (Graham Knop) Sat, 25 Jul 2015 11:55:17 -0400
Newsgroups perl.moose
Message-ID <[email protected]>
On 7/24/15 8:00 PM, Aran Deltac wrote:
> Hey all, I put together some benchmarks:
> 
> https://github.com/bluefeet/Moo-se-Bench
> 
> Let me know if you have any ideas/thoughts/criticisms.
> 
> Aran

It would be worth comparing Moo with and without Class::XSAccessor
installed.  Moo will automatically use it for simple accessors if it's
available, and then will easily outperform Moose.