(no title)
scolvin | 9 months ago
Our JSON parser, jiter (https://github.com/pydantic/jiter) already supports iterative parsing, so it's "just" a matter of solving the lifetimes in pydantic-core to validate as we parse.
This should make pydantic around 3x faster at parsing JSON and significantly reduce the memory overhead.
Lucasoato|9 months ago
adeeshaek|9 months ago
itamarst|9 months ago