#javascript-runtime

[ follow ]
#llrt
InfoQ
3 months ago
DevOps

AWS Introduces an Experimental Low Latency Runtime for Faster, More Efficient Serverless Apps

LLRT offers faster startup and lower cost than other JavaScript runtimes on AWS Lambda.
LLRT eliminates a JIT compiler to reduce complexity and conserve resources, focusing on faster application startup. [ more ]
GitHub
4 months ago
JavaScript

GitHub - awslabs/llrt: LLRT (Low Latency Runtime) is a lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.

LLRT is a lightweight JavaScript runtime designed for fast and efficient Serverless applications.
The LLRT runtime offers faster startup and lower cost compared to other JavaScript runtimes on AWS Lambda. [ more ]
InfoQ
3 months ago
DevOps

AWS Introduces an Experimental Low Latency Runtime for Faster, More Efficient Serverless Apps

LLRT offers faster startup and lower cost than other JavaScript runtimes on AWS Lambda.
LLRT eliminates a JIT compiler to reduce complexity and conserve resources, focusing on faster application startup. [ more ]
GitHub
4 months ago
JavaScript

GitHub - awslabs/llrt: LLRT (Low Latency Runtime) is a lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.

LLRT is a lightweight JavaScript runtime designed for fast and efficient Serverless applications.
The LLRT runtime offers faster startup and lower cost compared to other JavaScript runtimes on AWS Lambda. [ more ]
morellrt
Sitepoint
4 months ago
JavaScript

An Introduction to Node.js Multithreading - SitePoint

JavaScript runtimes use a single processing thread, which can cause bottlenecks in Node.js apps handling multiple user requests.
Node.js provides worker threads as a way to offload long-running JavaScript code to separate threads. [ more ]
[ Load more ]