-
Notifications
You must be signed in to change notification settings - Fork 144
Optimize deserialization #6788
Copy link
Copy link
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Activity
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
As @fornwall notes:
This could be avoided with a bitset: each field could get a known index between 0 and N, and N is known at compile time.
I am opening this issue so we can discuss ideas, tradeoffs, and quantify the wins.