Remix.run Logo
rudhdb773b 2 hours ago

If the focus is performance, why use a separate process and have to deal with data serialization overhead?

Why not a typical shared library that can be loaded in python, R, Julia, etc., and run on large data sets without even a memory copy?

sriram_malhar 2 hours ago | parent [-]

Perhaps because the performance is good enough and this approach is much simpler and portable than shared libraries across platforms.