-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ia70709df2d0df7e9719df8c3bbaf9b181dd0cccf
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule Intel-PMT
updated
10 files
Submodule simdjson
updated
15 files
+1 −1 | .github/workflows/fuzzers.yml | |
+1 −1 | .github/workflows/msys2-clang.yml | |
+1 −1 | CMakeLists.txt | |
+1 −1 | Doxyfile | |
+11 −6 | doc/basics.md | |
+1 −1 | doc/ondemand_design.md | |
+3 −1 | doc/performance.md | |
+14 −2 | include/simdjson/compiler_check.h | |
+10 −1 | include/simdjson/generic/ondemand/document-inl.h | |
+26 −23 | include/simdjson/generic/ondemand/raw_json_string-inl.h | |
+5 −0 | include/simdjson/portability.h | |
+2 −2 | include/simdjson/simdjson_version.h | |
+20 −3 | singleheader/simdjson.cpp | |
+310 −197 | singleheader/simdjson.h | |
+37 −0 | tests/ondemand/ondemand_misc_tests.cpp |