From e4150443ca45303ca7813832eaf40c53f669482d Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 10 May 2021 14:16:37 +0200 Subject: [PATCH] Update journal reference (#1565) Update the journal reference of the "Validating UTF-8 In Less Than One Instruction Per Byte" paper. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5a30f6..6635554e 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ and implementation of simdjson is in our research article: 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) +- John Keiser, Daniel Lemire, [Validating UTF-8 In Less Than One Instruction Per Byte](https://arxiv.org/abs/2010.03090), Software: Practice & Experience 51 (5), 2021. 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/).