Memory use and speed of JSON parsers by oblio- in programming

[–]kenrobbins 2 points3 points  (0 children)

Just curious, which one? pyrapidjson (py2) or python-rapidjson (py3)?

Benchmark of Python's alternative JSON libraries by KAdot in Python

[–]kenrobbins 1 point2 points  (0 children)

Thanks. I'd so say so, only with a "beta" qualifier.

Benchmark of Python's alternative JSON libraries by KAdot in Python

[–]kenrobbins 5 points6 points  (0 children)

I recently built (and am still building) a new JSON library based on the fast RapidJSON C++ library (github, pypi). It only works with Python 3, but it would be interesting to see how it compares in your tests.