AntonOresten / DynamicStructs.jl

Structs and dictionaries had a baby
MIT License
3 stars 1 forks source link

Specialize hasproperty for performance #19

Closed Tortar closed 2 weeks ago

Tortar commented 2 weeks ago

This is better because the default version wastes some time both for static fields and dynamic fields

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (f81fa9e) to head (3b89135). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #19 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 114 118 +4 ========================================= + Hits 114 118 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Tortar commented 2 weeks ago

I merge this one, should be rather innocuos anyway