▲ | thisguy47 a day ago | ||||||||||||||||
I'd like to see a comparison of ijson vs just `json.load(f)`. `ujson` would also be interesting to see. | |||||||||||||||||
▲ | itamarst a day ago | parent [-] | ||||||||||||||||
For my PyCon 2025 talk I did this. Video isn't up yet, but slides are here: 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/ | |||||||||||||||||
|