|
|
|
|
|
by sheetjs
1247 days ago
|
|
Under the hood, numpy and friends punt to native code. FFI / native module performance becomes a bottleneck, and Bun is correctly focusing in this area. Shumai [1] is a cool library for Bun that also punts to native code [1] https://github.com/facebookresearch/shumai |
|