From 7536dff64be4760d49123339ab0dd46bc76d0094 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 18 Jan 2019 12:00:18 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 504753cc..47d52b6c 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,6 @@ We can use a quarter or fewer instructions than a state-of-the-art parser like R -Next we present the time (in cycles per input byte) needed to fully parse a JSON file (with error checking) and to collect some statistics about the document (e.g., the number of integers), for some JSON files. For these tests, we use an Intel processor with a Skylake microarchitecture. All results are single-threaded. *Lower results are better.* - - - -github_events.json: - - - - -twitter.json: - - - On a skylake processor, the parsing speeds (in GB/s) of various processors on the twitter.json file are as follows. | parser | GB/s | @@ -98,7 +85,7 @@ See the "singleheader" repository for a single header version. See the included file "amalgamation_demo.cpp" for usage. This requires no specific build system: just copy the files in your project in your include path. You can then include them quite simply: -``` +```C #include #include "simdjson.h" #include "simdjson.cpp"