this post was submitted on 15 Feb 2024
24 points (96.2% liked)

JavaScript

1960 readers
1 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] leanleft@lemmy.ml 3 points 8 months ago (2 children)

"LLRT offers up to over 10x faster startup"
is this what low latency means?
im curious if there are other benefits.

[โ€“] akaltar@programming.dev 1 points 8 months ago

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

load more comments (1 replies)