Hacker News new | ask | show | jobs
by jaharios 104 days ago
json.loads is something you don't want to use in a loop if you care for performance at all. Just simple using orjson can give you 3x speed without the need to change anything.