DEV Community

shrey vijayvargiya
shrey vijayvargiya

Posted on

Bun.js - Faster than Node.js

We have this new Javascript runtime that claims to be faster than Node.js.

Node.js is widely used in backend, machine learning, and data science services although it's quite a fast runtime we have a bun.js which is 3x sometimes even 6x times faster than Node.js.

The main reason behind bun being so blazingly fast is because Node runs using a chrome v8 engine whereas Bun.js handles the memory features on its own by developing its custom javascriptCore engine which tend to become or run faster than node.

More about it on this page - https://bun.sh/

Here is the introduction to Bun.js #shorts
https://t.co/qGPkB5lYO9

Keep developing
Shrey
ihatereading.in

Top comments (0)