Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
geysersam
on Feb 8, 2024
|
parent
|
context
|
favorite
| on:
LLRT: A low-latency JavaScript runtime from AWS
Are there any benchmarks comparing startup time of LLRT, Deno, and Bun?
Edit: particularly curious about comparison with Deno deploy.
ushakov
on Feb 8, 2024
[–]
Deno’s and Bun’s Isolates should be spawning faster than a QuickJS process, they also utilize snapshots for more optimization. QuickJS is going to be faster at startup from 0 though
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Edit: particularly curious about comparison with Deno deploy.