-
Notifications
You must be signed in to change notification settings - Fork 14
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
DM-39582: Add caching for some butler primitives during deserialization #858
Merged
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1310356 - Browse repository at this point
Copy the full SHA 1310356View commit details -
Optimize memory and load times on deserialization
Often may butler primitives are deserialized at the same time, and it is useful for these objects to share references to each other. This reduces load time and memory usage.
Configuration menu - View commit details
-
Copy full SHA for 97137a2 - Browse repository at this point
Copy the full SHA 97137a2View commit details -
Convert integer ids to UUID early
Downstream code now depends on refs holding UUIDs. Have the yaml loader convert old style integer ids to UUIDs early rather than waiting for downstream cleanups.
Configuration menu - View commit details
-
Copy full SHA for 93e3286 - Browse repository at this point
Copy the full SHA 93e3286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498258d - Browse repository at this point
Copy the full SHA 498258dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2805b3 - Browse repository at this point
Copy the full SHA a2805b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b849bea - Browse repository at this point
Copy the full SHA b849beaView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 253a01d - Browse repository at this point
Copy the full SHA 253a01dView commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce5b439 - Browse repository at this point
Copy the full SHA ce5b439View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf00cb - Browse repository at this point
Copy the full SHA fbf00cbView commit details
Commits on Jun 30, 2023
-
Fix mypy with flag comparison change
MyPy seems to narrow types somehow when comparing Enum Flags directly with equality operators. Compare by value instead.
Configuration menu - View commit details
-
Copy full SHA for 5432818 - Browse repository at this point
Copy the full SHA 5432818View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef41fb5 - Browse repository at this point
Copy the full SHA ef41fb5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.