Hacker News new | ask | show | jobs
by tozeur 2434 days ago
How did Go perform compared to a language like python? I thought the db would be the bottleneck?
1 comments

Python is awesome. It's fast as long you're mosty calling libraries. Not so fast if Python itself is doing most of the work.