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

Use marshalling to load constraint data #482

Merged
merged 7 commits into from
Apr 14, 2018

Conversation

twsouthwick
Copy link
Member

Instead of reading byte by byte, we can just load the entire structure
at a single time since all the objects are structs and have simple data
types. This provides a good performance help and allows for easier
updates to the data structures without needing to manually rework the
serialization and deserialization methods

twsouthwick and others added 5 commits April 12, 2018 20:30
Instead of reading byte by byte, we can just load the entire structure
at a single time since all the objects are structs and have simple data
types. This provides a good performance help and allows for easier
updates to the data structures without needing to manually rework the
serialization and deserialization methods
@twsouthwick twsouthwick merged commit abbca55 into dotnet:master Apr 14, 2018
@twsouthwick twsouthwick deleted the marshalling branch April 14, 2018 14:31
@twsouthwick twsouthwick added this to the v2.9 milestone Apr 17, 2018
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.

None yet

1 participant