[SL-3596] [Feature] Migrate to msgspec
#1683
Labels
enhancement
New feature or request
Medium priority
Created by Linear-GitHub Sync
triage
Tasks that need to be triaged
Is this your first time submitting a feature request?
Describe the feature
Python-native
dataclasses
are widely used in the codebase, and they are not the most efficient in a few areas (e.g. object initialization and hash computation). Initial benchmarks onmsgspec
are promising, and once larger performance improvement changes are in place, we should try outmsgspec
. Another advantage ofmsgspec
is that it can replace some custom methods / classes for serialization.Describe alternatives you've considered
Pydantic
Who will this benefit?
All users.
Are you interested in contributing this feature?
No response
Anything else?
No response
SL-3596
The text was updated successfully, but these errors were encountered: