From 1b6888281e8900fadca8e69428f41331cfb14579 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 9 Oct 2020 10:54:48 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0388e606..54e51c48 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,12 @@ instructions, reducing branch misprediction, and reducing data dependency to tak CPU's multiple execution cores. Some people [enjoy reading our paper](https://arxiv.org/abs/1902.08318): 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 28 (6), 2019. +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 28 (6), 2019. + +We have an in-depth paper focused on the UTF-8 validation: + +- 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) 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/).