evalEmpire / Mite

Mite - A zero dependency, fast loading, Moose-like Perl module
Other
3 stars 1 forks source link

Investigate using Mouse XS accessors, if available at runtime #28

Open schwern opened 10 years ago

schwern commented 10 years ago

When it comes to setters with simple type checks, Mouse is by far the fastest. We're talking 10x faster. Mouse's getters are about 3-4x faster (Moo's could be as fast).

See https://gist.github.com/schwern/10590432 for accessor benchmarks.