Hacker News new | ask | show | jobs
by fmhul 2608 days ago
Reddit disagrees. And they weren't using 3, which is even slower.
2 comments

By using Python they were able to ship, which is why you have heard of Reddit and they were able to grow enough to have a concurrency problem (something Python still sucks at); the number of sites of any significance that started by using Java for page delivery is probably somewhere around 0.
Oh cmon, LinkedIn started with Java.
And even after this long it doesn't work quite right.

It's a miracle they shipped it at all.

They would be able to ship in any language, that is what software engineering is all about.
True, but would they be able to ship within the window they could become relevant? Would they be able to add the required features?

You can ship your own clone of Reddit next week, with blazingly fast code, running on two tiny VMs and supporting more load than Reddit, but would it be successful?

Probably, depending on the sales/marketing teams.
Reddit was written in lisp, they switched to python only after having initial success.
Pretty sure Python 3 has had better performance since 3.5 or so?
I still see benchmarks from bilingual projects which show py2 being faster, such as http://falconframework.org/#sectionBenchmarks
YMMV. The benchmark you mentioned used 3.6.

https://hackernoon.com/which-is-the-fastest-version-of-pytho... has a benchmark that includes 3.7.