Update README.md

This commit is contained in:
Daniel Lemire 2019-11-08 16:39:09 -05:00 committed by GitHub
parent 8ae818e17c
commit 6888ca709d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ There is no runtime dispatch on ARM.
The simdjson library is single-threaded. Thread safety is the responsability of the caller: it is unsafe to reuse a ParsedJson object between different threads.
If you are on an x64 processor, the runtime dispatching assigns the right code path the firs time that parsing is attempted. The runtime dispatching is thread-safe.
If you are on an x64 processor, the runtime dispatching assigns the right code path the first time that parsing is attempted. The runtime dispatching is thread-safe.
## Usage (old-school Makefile on platforms like Linux or macOS)