Skip to content

Use Invoke API instead of Reflection API #1

Description

@JarvisCraft

Use API provided by java.lang.invoke instead of access via reflection in order to improve efficency.
As an example you can look on this library of mine (also, feel free to use it if you need to).
Using this seems to be a needed optimizations as some methods use access to classes' methods and fields per each call (e.g. DeconstructPattern).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions