Hacker News new | ask | show | jobs
by thisguy47 389 days ago
I'd like to see a comparison of ijson vs just `json.load(f)`. `ujson` would also be interesting to see.
1 comments

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/

I have a side question -- what did you use for slides?