Parsing Gigabytes of JSON per Second

From MaRDI portal
Publication:80185

DOI10.48550/ARXIV.1902.08318arXiv1902.08318MaRDI QIDQ80185FDOQ80185


Authors: Geoff Langdale, Daniel Lemire Edit this on Wikidata


Publication date: 22 February 2019

Abstract: JavaScript Object Notation or JSON is a ubiquitous data exchange format on the Web. Ingesting JSON documents can become a performance bottleneck due to the sheer volume of data. We are thus motivated to make JSON parsing as fast as possible. Despite the maturity of the problem of JSON parsing, we show that substantial speedups are possible. We present the first standard-compliant JSON parser to process gigabytes of data per second on a single core, using commodity processors. We can use a quarter or fewer instructions than a state-of-the-art reference parser like RapidJSON. Unlike other validating parsers, our software (simdjson) makes extensive use of Single Instruction, Multiple Data (SIMD) instructions. To ensure reproducibility, simdjson is freely available as open-source software under a liberal license.








Cited In (1)





This page was built for publication: Parsing Gigabytes of JSON per Second

Report a bug (only for logged in users!)Click here to report a bug for this page (MaRDI item Q80185)