Hacker News new | ask | show | jobs
by Scarbutt 1342 days ago
The thing about Bun that turns me off is around the OS-specific system call optimizations (using different optimizations for different platforms) which means that each new feature they add to bun that uses any system calls must be done 3 times for the 3 major platforms (MacOS, Windows, Linux)

You mean just like libuv/node, the JVM and Go?