You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix simdjson_key_count for very large objects/arrays
If the value of size() is 0xFFFFFF, then iterate over the object/array
instead to count the keys, because that's the largest value the C
simdjson library can represent.
Closes#74
CI improvements:
- Install json module in CI for test cases to json_encode()
- Run `make -j$(nproc)` in parallel to slightly speed up CI
- Add json for tests in PHP < 8.0. (It's always enabled starting in PHP 8.0)
- Enable json in CI images for tests with json(test using json_encode)
Test case cleanup: Remove empty skipif sections and blank lines from tests.
0 commit comments