From 54ed24f481dc9b4605d830fdb42072049f1793e5 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 31 Jul 2020 15:47:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a788dfa5..ffdf5bc9 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Usage documentation is available: * [Performance](doc/performance.md) shows some more advanced scenarios and how to tune for them. * [Implementation Selection](doc/implementation-selection.md) describes runtime CPU detection and how you can work with it. -* [API](https://simdjson.org/api/0.3.1/annotated.html) contains the automatically generated API documentation. +* [API](https://simdjson.org/api/0.4.0/annotated.html) contains the automatically generated API documentation. Performance results -------------------