Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

O(1) Reflection Property Lookup #295

Open
2 tasks
MrLever opened this issue Jun 28, 2020 · 0 comments
Open
2 tasks

O(1) Reflection Property Lookup #295

MrLever opened this issue Jun 28, 2020 · 0 comments

Comments

@MrLever
Copy link
Owner

MrLever commented Jun 28, 2020

Looking up reflection properties by name currently iterates through all properties of the Class descriptor.

  • O(1) Lookup of properties by name
  • No heap allocations.
@MrLever MrLever added this to the Type Reflection milestone Jun 28, 2020
@MrLever MrLever self-assigned this Jun 28, 2020
@MrLever MrLever added this to To do in Sprint 27 (Apollo) via automation Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant