-
Notifications
You must be signed in to change notification settings - Fork 154
Implement (de)serialization for paths and database #230
Conversation
08e87cf to
9251bc3
Compare
Performance SummaryComparing base 8ebe511 with head 9251bc3 on microsoft/TypeScript@v4.9.5. For details see workflow artifacts. Note that performance is tested on the last commits with changes in BeforeAfter |
9251bc3 to
29c3cc5
Compare
Performance SummaryComparing base 8ebe511 with head 29c3cc5 on microsoft/TypeScript@v4.9.5. For details see workflow artifacts. Note that performance is tested on the last commits with changes in BeforeAfter |
rewinfrey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good, but had a question about how deserializing works for fields that are omitted when serialized.
Performance SummaryComparing base 8ebe511 with head b8a92af on microsoft/TypeScript@v4.9.5. For details see workflow artifacts. Note that performance is tested on the last commits with changes in BeforeAfter |
This implements (de)serialization for partial paths and the path database.
PartialPathandDatabasetypes in theserdemodule.jsonmodule, which is now completely replaced by the newserdeimplementation.jsonfeature tovisualization, which is more accurate now.PR stack