Skip to content

Commit 22be054

Browse files
authored
Update README.md
1 parent a9f501f commit 22be054

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ JSON documents are everywhere on the Internet. Servers spend a lot of time parsi
2222

2323
A description of the design and implementation of simdjson is in our research article:
2424

25-
* Geoff Langdale, Daniel Lemire, [Parsing Gigabytes of JSON per Second](https://arxiv.org/abs/1902.08318), VLDB Journal (to appear)
25+
* Geoff Langdale, Daniel Lemire, [Parsing Gigabytes of JSON per Second](https://arxiv.org/abs/1902.08318), VLDB Journal 28 (6), 2019appear)
2626

2727
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/).
2828

@@ -31,6 +31,14 @@ Some people [enjoy reading our paper](https://arxiv.org/abs/1902.08318):
3131
[<img src="images/halvarflake.png" width="50%">](https://twitter.com/halvarflake/status/1118459536686362625)
3232

3333

34+
## Talks
35+
36+
QCon San Francisco 2019 (best voted talk):
37+
38+
[![simdjson at QCon San Francisco 2019](http://img.youtube.com/vi/wlvKAT7SZIQ/0.jpg)](http://www.youtube.com/watch?v=wlvKAT7SZIQ)
39+
40+
41+
3442
## Performance results
3543

3644
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.

0 commit comments

Comments
 (0)