Using Cython with Django. Does it make sense?

前端 未结 6 1648
滥情空心
滥情空心 2020-12-24 05:58

Is it possible to optimize speed of a mission critical application developed in Django with Cython?

Recently I have read on the internet, that Cython can turn a Pyth

6条回答
  •  遥遥无期
    2020-12-24 06:33

    Well, yes, but most things a web app does won't really benefit from this sort of change unless you have firm proof that it will. Profile twice, optimize once.

提交回复
热议问题