-
Notifications
You must be signed in to change notification settings - Fork 824
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
0-copy module deserialization #4139
Conversation
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.
PR looks great other than for the few comments
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.
Great work!
Mostly some nitpicks, and a request for adding some tests.
According to my measurements, on average this change this much reduction in module load times:
|
This is approved, but we should wait with the merge until |
Why is this merged!!!! |
Closes #3882. This change lets modules be loaded directly from archived structs by adding traits that are implemented by both plain and archived versions of structs used in modules.