7 ms·
There is almost zero reason for a public facing, non-embedded project like Bun to use unsafe anywhere.
by selfmodruntime 2mo ago
There is almost zero reason for a public facing, non-embedded project like Bun to use unsafe anywhere.
- cyber_kinetist 2mo agoYou do have to inevitably use unsafe because of FFI (Bun uses existing C++ modules like JavascriptCore for most functionality). Optionally also for performance (at least if you want to win Deno on that front)