Just to mention, PyCall
links against libpython
directly, so there shouldn’t be any more overhead than calling python functions from within python itself. In other words, I don’t think there is “IPC delay” because libpython is loaded into the Julia process itself (ref Sharing python memory - #4 by stevengj).
6 Likes