Update README.md
This commit is contained in:
parent
a9f501fe7d
commit
22be05400d
10
README.md
10
README.md
|
@ -22,7 +22,7 @@ JSON documents are everywhere on the Internet. Servers spend a lot of time parsi
|
|||
|
||||
A description of the design and implementation of simdjson is in our research article:
|
||||
|
||||
* Geoff Langdale, Daniel Lemire, [Parsing Gigabytes of JSON per Second](https://arxiv.org/abs/1902.08318), VLDB Journal (to appear)
|
||||
* Geoff Langdale, Daniel Lemire, [Parsing Gigabytes of JSON per Second](https://arxiv.org/abs/1902.08318), VLDB Journal 28 (6), 2019appear)
|
||||
|
||||
We also have an informal [blog post providing some background and context](https://branchfree.org/2019/02/25/paper-parsing-gigabytes-of-json-per-second/).
|
||||
|
||||
|
@ -31,6 +31,14 @@ Some people [enjoy reading our paper](https://arxiv.org/abs/1902.08318):
|
|||
[<img src="images/halvarflake.png" width="50%">](https://twitter.com/halvarflake/status/1118459536686362625)
|
||||
|
||||
|
||||
## Talks
|
||||
|
||||
QCon San Francisco 2019 (best voted talk):
|
||||
|
||||
[](http://www.youtube.com/watch?v=wlvKAT7SZIQ)
|
||||
|
||||
|
||||
|
||||
## Performance results
|
||||
|
||||
simdjson uses three-quarters less instructions than state-of-the-art parser RapidJSON and fifty percent less than sajson. To our knowledge, simdjson is the first fully-validating JSON parser to run at gigabytes per second on commodity processors.
|
||||
|
|
Loading…
Reference in New Issue