Skip to content

Commit

Permalink
update simdjson library to version 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Mar 13, 2024
1 parent a63f8c6 commit a713efd
Show file tree
Hide file tree
Showing 4 changed files with 1,399 additions and 372 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Version 0.?.? (2023-04-??)

simdjson, the library used for JSON parsing, has been updated from version 3.1.6
to version 3.7.0.
to version 3.8.0.

nlohmann/json, the library used for JSON parsing when simdjson is not supported,
has been updated from version 3.11.2 to version 3.11.3.
Expand Down
2 changes: 1 addition & 1 deletion third-party/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Currently, the following libraries are here:
by Niels Lohmann <http://nlohmann.me>,
licensed under the MIT License <http://opensource.org/licenses/MIT>

* **simdjson**: simdjson: parsing gigabytes of JSON per second, version 3.7.0,
* **simdjson**: simdjson: parsing gigabytes of JSON per second, version 3.8.0,
by Daniel Lemire <https://github.com/simdjson/simdjson>,
licensed under the Apache License 2.0 <https://opensource.org/licenses/Apache-2.0>
Loading

0 comments on commit a713efd

Please sign in to comment.