From ddecadde8645169dad42a23eccc083dee6402350 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 23 Jan 2024 09:35:12 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96073ada0..b0c1d20a6 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Table of Contents * [Real-world usage](#real-world-usage) * [Quick Start](#quick-start) * [Documentation](#documentation) +* [Godbolt](#godbolt) * [Performance results](#performance-results) * [Bindings and Ports of simdjson](#bindings-and-ports-of-simdjson) * [About simdjson](#about-simdjson) @@ -107,11 +108,12 @@ Usage documentation is available: how you can work with it. * [API](https://simdjson.github.io/simdjson/) contains the automatically generated API documentation. +Godbolt +------------- Some users may want to browse code along with the compiled assembly. You want to check out the following lists of examples: - -* [simdjson examples with errors handled through exceptions](https://godbolt.org/z/98Kx9Kqjn) -* [simdjson examples with errors without exceptions](https://godbolt.org/z/PKG7GdbPo) +* [simdjson examples with errors handled through exceptions](https://godbolt.org/z/7G5qE4sr9) +* [simdjson examples with errors without exceptions](https://godbolt.org/z/e9dWb9E4v) Performance results -------------------