parsers.py
8.06 KB
-
in order to solve the memory leak at #5146 · 3a2ad8e6
Large encoded string take a very long time to to release from memory, but if we just pass the stream directly into json.load we get much better memory performance.
imdark committed