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

Compile property accessor #98

Merged
merged 2 commits into from
Jan 24, 2024
Merged

Compile property accessor #98

merged 2 commits into from
Jan 24, 2024

Conversation

sungam3r
Copy link
Member

fixes #81

@sungam3r sungam3r added the performance Issue or pull request about performance problems label Jan 24, 2024
@github-actions github-actions bot added the tests Pull request that adds new or changes existing tests label Jan 24, 2024
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fe670de) 92.06% compared to head (8f03887) 93.57%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   92.06%   93.57%   +1.51%     
==========================================
  Files          13       13              
  Lines         252      249       -3     
  Branches       42       39       -3     
==========================================
+ Hits          232      233       +1     
+ Misses         14       10       -4     
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sungam3r sungam3r merged commit e6667c6 into master Jan 24, 2024
8 checks passed
@sungam3r sungam3r deleted the accessor branch January 24, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Issue or pull request about performance problems tests Pull request that adds new or changes existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from reflection to dynamic compilation
1 participant