Hacker News new | past | comments | ask | show | jobs | submit login

That is not too hard if one uses Pybind11 C++ library, which allows creating native code Python modules (shared libraries) in a simple and declarative manner. Other library that can be used with Pybind11 is Eigen for linear algebra that can perform loop fusion in numerical computation, for instance, it can add multiple vectors of same size in a single loop.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: