Contribute Media
A thank you to everyone who makes this possible: Read More

A multi-core Python HTTP server (much) faster than Go (spoiler: Cython)

Description

A multi-core Python HTTP server that is about 40% to 110% faster than Go can be built by relying on Cython language and lwan C library. A proof of concept validates the possibility of high performance system programming in Cython language.

Details

Improve this page