Investigate other uses of serde(untagged)
for performance problems
#1310
Labels
internal-improvement
Refactoring, minor performance improvement, or other changes that Cedar users may never notice
Describe the improvement you'd like to request
In #1308 we fixed a performance issue (#1284) by replacing an automatically derived
serde(untagged)
deserializer with a custom one, achieving orders of magnitude speedup on a pathological case. We should investigate if it's worth applying the same pattern in other places.Describe alternatives you've considered
No response
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: