From fcc0391b580c7eb8cbdd6e0bda1ba830e41be76e Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 15 May 2018 20:38:07 -0400 Subject: [PATCH] saving... --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f7cdea82..241c7b64 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ Inspiring links: - https://gist.github.com/shijuvar/25ad7de9505232c87034b8359543404a - https://github.com/frankmcsherry/blog/blob/master/posts/2018-02-11.md + +Validating UTF-8 takes no more than 0.7 cycles per byte: +- https://github.com/lemire/fastvalidate-utf-8 https://lemire.me/blog/2018/05/16/validating-utf-8-strings-using-as-little-as-0-7-cycles-per-byte/ + + ## Remarks on JSON parsing - The JSON spec defines what a JSON parser is: