Comment by eternauta3k Comment by eternauta3k 4 days ago 1 reply Copy Link View on Hacker News Could you go into more detail? How would you build e.g. numpy without FFI?
Copy Link jononor 4 days ago Collapse Comment - 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... Reply View | 0 replies
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...