|
|
|
|
|
by rich_sasha
640 days ago
|
|
Cython relies heavily on the Python runtime. You cannot, for example, make a standalone binary with it. A lot of unoptimized Cython binary is just Python wrapped in C. From a quick glance this seems to genuinely translate into native execution. |
|
[1] https://cython.readthedocs.io/en/stable/src/tutorial/embeddi...