← Back to context Comment by eternauta3k 5 days ago Could you go into more detail? How would you build e.g. numpy without FFI? 1 comment eternauta3k Reply jononor 5 days ago These days you could probably build a pretty performant numpy like using shared memory with Arrow format and IPC for control. Though it would be considerably more complex and not at all easier than FFI...
jononor 5 days ago These days you could probably build a pretty performant numpy like using shared memory with Arrow format and IPC for control. Though it would be considerably more complex and not at all easier than FFI...
These days you could probably build a pretty performant numpy like using shared memory with Arrow format and IPC for control. Though it would be considerably more complex and not at all easier than FFI...