Choosing Java vs Python on Google App Engine

后端 未结 15 1046
时光取名叫无心
时光取名叫无心 2020-11-28 01:18

Currently Google App Engine supports both Python & Java. Java support is less mature. However, Java seems to have a longer list of libraries and especially support for J

15条回答
  •  眼角桃花
    2020-11-28 01:27

    There's also project Unladen Swallow, which is apparently Google-funded if not Google-owned. They're trying to implement a LLVM-based backend for Python 2.6.1 bytecode, so they can use a JIT and various nice native code/GC/multi-core optimisations. (Nice quote: "We aspire to do no original work, instead using as much of the last 30 years of research as possible.") They're looking for a 5x speed-up to CPython.

    Of course this doesn't answer your immediate question, but points towards a "closing of the gap" (if any) in the future (hopefully).

提交回复
热议问题