Skip to content

Commit 1b68882

Browse files
authored
Update README.md
1 parent ce94411 commit 1b68882

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,12 @@ instructions, reducing branch misprediction, and reducing data dependency to tak
158158
CPU's multiple execution cores.
159159
160160
Some people [enjoy reading our paper](https://arxiv.org/abs/1902.08318): A description of the design
161-
and implementation of simdjson is in our research article: Geoff Langdale, Daniel
162-
Lemire, [Parsing Gigabytes of JSON per Second](https://arxiv.org/abs/1902.08318), VLDB Journal 28 (6), 2019.
161+
and implementation of simdjson is in our research article:
162+
- Geoff Langdale, Daniel Lemire, [Parsing Gigabytes of JSON per Second](https://arxiv.org/abs/1902.08318), VLDB Journal 28 (6), 2019.
163+
164+
We have an in-depth paper focused on the UTF-8 validation:
165+
166+
- John Keiser, Daniel Lemire, [Validating UTF-8 In Less Than One Instruction Per Byte](https://arxiv.org/abs/2010.03090), Software: Practice & Experience (to appear)
163167
164168
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/).
165169

0 commit comments

Comments
 (0)