Balázs
Balázs
MModular
Created by ubj on 9/26/2023 in #questions
Timeline for C/C++ Interop, FFI
Exactly. A small team which is about to start implementing new image-processing pipelines, relying on source images made available by modules written in C++ can now rely on Halide to come up with some sort of abstraction over the hardware. This is where Mojo would excel, but I doubt wrapping the C++ module into a Python plugin and then use CPython inside Mojo to access the C++ generated objects would be anything comparable to a proper C/C++ Interop. A C FFI is what we need to dive deep into the Modular world.
13 replies