6 ms·
I'd like to see a comparison of ijson vs just `json.load(f)`. `ujson` would also be interesting to see.
by thisguy47 1y ago
I'd like to see a comparison of ijson vs just `json.load(f)`. `ujson` would also be interesting to see.
- itamarst 1y agoFor my PyCon 2025 talk I did this. Video isn't up yet, but slides are here: https://pythonspeed.com/pycon2025/slides/ https://pythonspeed.com/pycon2025/slides/ The linked-from-original-article ijson article was the inspiration for the talk: https://pythonspeed.com/articles/json-memory-streaming/ https://pythonspeed.com/articles/json-memory-streaming/