home.social

#cython — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cython, aggregated by home.social.

  1. I've been trying every x months to speed up #python with native code. This weekend with half-assed effort I got a rust + python thing going.

    The magic: #maturin + #pyo3

    - c, go, c++, #cython - failed because the difficult level of dealing with the build scripts. And c, c++ are just nasty.
    - #mypyc - Almost worked, but failed, the annotations have to be a perfect subset of what mypyc can handle.

    Mypyc and cython need something like maturin if they want get widespread adoption.

  2. I've been trying every x months to speed up #python with native code. This weekend with half-assed effort I got a rust + python thing going.

    The magic: #maturin + #pyo3

    - c, go, c++, #cython - failed because the difficult level of dealing with the build scripts. And c, c++ are just nasty.
    - #mypyc - Almost worked, but failed, the annotations have to be a perfect subset of what mypyc can handle.

    Mypyc and cython need something like maturin if they want get widespread adoption.