Tweet:

Twitter Avater

Real Python(@realpython)

7/31/18, 9:51PM

A multi-core Python HTTPserver (much) faster than Go(spoiler: Cython)`nexedi.com/NXD-Blog.Multi… <https://t.co/mlRqTMwmxu>`__

https://www.nexedi.com/NXD-Blog.Multicore.Python.HTTP.Server This is handy. It makes perfect sense that Python -- with a little help -- can be compiled down to super-fast code. Hopefully, the Cython world will continue to evolve toward using native Python type hints.

When Cython uses fully-native type hints, it becomes a super-convenient and transparent performance booster. Without full-native type hints it becomes a place where bugs are injected as part of trying to improve performance.