awslabs

llrt

awslabs

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.

AI 简介

LLRT 是一个实验性的轻量级 JavaScript 运行时,专为提升 Serverless 函数(尤其是 AWS Lambda)的冷启动性能与资源效率而设计。它基于 Rust 实现,集成 QuickJS 引擎,实现比 Node.js 快 10 倍以上的启动速度和约 2 倍的成本优化;支持 ES2023 语法,但不兼容 Node.js API,需打包依赖。适用于对延迟敏感、调用频次高、资源受限的无服务器场景,如 API 网关后端、事件驱动函数及轻量数据处理任务。

Rust
Apache License 2.0
8.8k
Stars
394
Forks
43
Watchers
46
Issues

Star 增长

今日0
近 7 天0
近 30 天+5
综合评分64.29
默认分支main