LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications. - awslabs/llrt
Yeah it’s built on the quickJS runtime that has a low footprint and fast startup but no JIT, so in anything longer than the v8 startup, it ends up being about a magnitude slower
Yeah it’s built on the quickJS runtime that has a low footprint and fast startup but no JIT, so in anything longer than the v8 startup, it ends up being about a magnitude slower