You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, ditsmod on Node.js is many times faster than ditsmod on Bun:
This is because ditsmod on Bun actually runs on a single core, without using cluster mode. Which, in turn, is caused by these changes in the latest release:
As I understand pm2 is recommended for node (i.e : to run all CPUs).
Not sure this tool is recommended for others, feel free to propose any change. The idea is to take advantage of all computer power, but pm2 has hard-defined node dependencies, maube it is not the recommanded tool
So, ditsmod on Node.js is many times faster than ditsmod on Bun:
This is because ditsmod on Bun actually runs on a single core, without using cluster mode. Which, in turn, is caused by these changes in the latest release:
e0cb95a#diff-2860b74bd1fe8de8980f88f5898296185daf185d083a7ca1457df03452c466ee
I wonder why you made this edit? Are you not using
pm2
when you run apps on Bun?The text was updated successfully, but these errors were encountered: