Comment by notpushkin
Comment by notpushkin a day ago
msgspec must be insanely fast then: https://jcristharif.com/msgspec/benchmarks.html
But of course unless parsing and manipulating JSON is your bottleneck, Pydantic is great, too.
Comment by notpushkin a day ago
msgspec must be insanely fast then: https://jcristharif.com/msgspec/benchmarks.html
But of course unless parsing and manipulating JSON is your bottleneck, Pydantic is great, too.
It's true. msgspec has incredibly fast msgpack serialization. It's a shame so few people know about it.