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

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

Description

@schwern

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions