After bit of evaluation it seems like C++ bindings using nanobind with a CMake build system are a sensible/straightforward option. The idea should be to realize the most demanding and repetitive computations (e. g. matrix multiplications and index computations) in the C++ back-end.
After bit of evaluation it seems like C++ bindings using
nanobindwith a CMake build system are a sensible/straightforward option. The idea should be to realize the most demanding and repetitive computations (e. g. matrix multiplications and index computations) in the C++ back-end.