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 341 forks source link

fix: buffer shared memory #422

Closed richarddavison closed 1 week ago

richarddavison commented 2 weeks ago

Issue # (if available)

https://github.com/awslabs/llrt/issues/421

Description of changes

Use shared array buffer rather than copy bytes

Checklist

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