datatrove
datatrove copied to clipboard
Speedup json writer
This pull request replaces the json
standard library with a much more faster orjson
library, speeding up JsonlWriter by about 5x on my machine, and about 2x for JsonlReader, roughly matching the numbers given in the orjson's README.