mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Update README.md
This commit is contained in:
@@ -15,18 +15,23 @@ Goal: Speed up the parsing of JSON per se.
|
||||
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.
|
||||
|
||||
apache_builds.json:
|
||||
|
||||

|
||||
|
||||
github_events.json:
|
||||
|
||||

|
||||
|
||||
twitter.json:
|
||||
|
||||

|
||||
|
||||
update-center.json:
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Code example
|
||||
|
||||
```C
|
||||
|
||||
Reference in New Issue
Block a user