Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Writing performant extensions for (C)Python requires knowing both C and the CPython API. In Julia it is easy to call C shared library functions directly with no overhead (similar to PyPy with CFFI).


CFFI works fine with CPython, and ctypes loads shared libraries without issue as well.


Both of which have non-trivial overhead in CPython.




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

Search: