awslabs / llrt

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Apache License 2.0
7.73k stars 342 forks source link

JSON SIMD improvements #368

Closed richarddavison closed 1 month ago

richarddavison commented 1 month ago

Description of changes

SIMD optimized json escape was not enabled by default. This PR enables SIMD json escape on nightly builds. We also disable SIMD-JSON parsing for small JSON files as it adds latency.

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.