Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

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

Open
schwern opened this issue Apr 13, 2014 · 0 comments
Open

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

schwern opened this issue Apr 13, 2014 · 0 comments

Comments

@schwern
Copy link
Contributor

schwern commented Apr 13, 2014

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.

  • Investigate whether we can make use of Mouse XS accessor generation at runtime.
  • Check that it compiles significantly faster than just using Mouse.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant