Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON performance improvements #62

Merged
merged 48 commits into from
Jan 7, 2024
Merged

JSON performance improvements #62

merged 48 commits into from
Jan 7, 2024

Conversation

richarddavison
Copy link
Contributor

Description of changes:

Much faster JSON parsing and stringifying. LLRT now uses SIMD-json to parse JSON and stringifying has been implemented in Rust.

richarddavison and others added 23 commits December 21, 2023 10:02
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@richarddavison
Copy link
Contributor Author

richarddavison commented Jan 5, 2024

Currently blocked by:
simd-lite/simd-json#362

simd-json can fail on NEON if pointer is unaligned

@richarddavison richarddavison merged commit 14f5eb5 into main Jan 7, 2024
3 checks passed
@richarddavison richarddavison deleted the json branch January 7, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant