squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

link picohttpparser statically, also use c99 #37

Closed squeaky-pl closed 7 years ago

ludovic-gasc commented 7 years ago

Just for my curiosity, an idea of the improvement efficiency you've seen ?

squeaky-pl commented 7 years ago

@GMLudo you mean because of kqueue on OSX ?- I dont have an OSX machine, Linking statically doesn't make a difference even with link time optimizations enabled. This is purely for the sake of not playing with RPATHs and all the mess.