Skip to content

Commit 2060cf8

Browse files
authored
Updating reference to paper
1 parent a4bd871 commit 2060cf8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CircleCI](https://circleci.com/gh/lemire/simdjson.svg?style=svg)](https://circleci.com/gh/lemire/simdjson)
44
[![Build Status](https://img.shields.io/appveyor/ci/lemire/simdjson.svg)](https://ci.appveyor.com/project/lemire/simdjson)
55
[![][license img]][license]
6-
[![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/lemire/simdjson.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/lemire/simdjson/context:cpp)
6+
77

88

99
## A C++ library to see how fast we can parse JSON with complete validation.
@@ -18,9 +18,13 @@ JSON documents are everywhere on the Internet. Servers spend a lot of time parsi
1818
- [Microsoft FishStore](https://github.com/microsoft/FishStore)
1919
- [Yandex ClickHouse](https://github.com/yandex/ClickHouse)
2020

21-
## Paper
21+
## Research article (VLDB Journal)
22+
23+
A description of the design and implementation of simdjson is in our research article:
24+
25+
* Geoff Langdale, Daniel Lemire, [Parsing Gigabytes of JSON per Second](https://arxiv.org/abs/1902.08318), VLDB Journal (to appear)
2226

23-
A description of the design and implementation of simdjson appears at https://arxiv.org/abs/1902.08318 and an informal blog post providing some background and context is at https://branchfree.org/2019/02/25/paper-parsing-gigabytes-of-json-per-second/.
27+
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/).
2428

2529
Some people [enjoy reading our paper](https://arxiv.org/abs/1902.08318):
2630

0 commit comments

Comments
 (0)