Re: Benchmarking Moo(se)?

[email protected] (Chris Marshall) Sat, 25 Jul 2015 10:20:20 -0400
Newsgroups perl.moose
Message-ID <[email protected]>
Interesting.  Two observations on the measurements:

- In the 0.2 sec it takes a Moose program to load, a Moo one
   could complete >100,000 operations (i.e. could finish)

- Moo has the capability of Moosification.  It would be nice
   to have some measurements of Moo+sification vs Moose
   to understand the overhead there.

Thanks for the timings and code.

--Chris

On 7/24/2015 20:00, 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