←back to thread

33 points ashishb | 1 comments | | HN request time: 0.221s | source
1. throwask ◴[] No.43305363[source]
I've found that porting a python script to go that did some basic web requests in a loop reduced the errors and increased performance greatly. That's before using multithreading which really helps performance another order of magnitude.

However for a database-backed web app? The argument on HN has always been productivity wins by helping you to grow your startup more quickly. I myself would prefer a compiled language that also has memory safety.