←back to thread

3883 points kuroguro | 1 comments | | HN request time: 0.214s | source
Show context
fastball ◴[] No.26298977[source]
Why in the world would you roll your own JSON parser?

For reference, I just ran a 10MB file through the JSON parser I use in Python and it finished in 0.047s (vs 190s)

replies(2): >>26300372 #>>26300547 #
1. rapsey ◴[] No.26300372[source]
Python has a package manager and a rich standard library.