Skip to content

Optimize Get/SetFieldValue() to use integer indexes instead of search in Dictionary by string field name #365

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SergeiPavlov
Copy link
Contributor

The [Field] properties inside class are sorted in order of MetadataToken value.

Properties, inherited from base class are first.

…ead of search in Dictionary by string field name (#158)

* ARCH-6354: Optimize Get/SetFieldValue() to use integer indexes instead of search by string key

* Correct for IssueJira0538 test case

* Refactor

* Refactor

* non-Public fields too

* add comment

* rename

* Fix issue witn `new` property specifier

* Fix Flaky test

* Fix BuildPersistentFields()

* Skip overridden persistent properties

* Correctly process overriddent properties

* DOn't ignore abstract props

* Add EOL

* Upgrade to Ubuntu 22.04

* Fix assigning prop index

* Fix processing virtual fields

* Minor fix

* process IsStructure bases

* Fix a few cases

* Fix QueryCompositeTest case

* Process Recycled fields

* Optimize Field mapping

* Refactor
@SergeiPavlov SergeiPavlov changed the title ARCH-6354: Optimize Get/SetFieldValue() to use integer indexes inst… Optimize Get/SetFieldValue() to use integer indexes instead of search in Dictionary by string field name Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant