Migrating from CPython to Jython

后端 未结 6 452
时光取名叫无心
时光取名叫无心 2020-12-29 04:26

I\'m considering moving my code (around 30K LOC) from CPython to Jython, so that I could have better integration with my java code.

Is there a checklist or a guide

6条回答
  •  离开以前
    2020-12-29 05:17

    When I switched a project from CPython to Jython some time ago I realized a speed-down of up to 50x for time-critical sections. Because of that I stayed with CPython.

    However, that might have changed now with the current versions.

提交回复
热议问题