aviramha / ormsgpack

Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
Apache License 2.0
239 stars 15 forks source link

Optimize dataclass serialization #246

Closed exg closed 5 months ago

exg commented 5 months ago

rmp-serde performs an analogous but slower buffering when the map length is not known in advance.