Tagged in

Python

Floating Sun
Floating Sun
Code bits, Thought bytes
More information
Followers
16
More, on Medium

Gaestebin 2.0 Performance

One of the reasons I rewrote Gaestebin in Go was to get better performance.
Python is nice, but given the AppEngine architecture, there’s probably
non-trivial overhead in spinning up new instances and since most instances
are short-lived in my case, there’s not enough time for…