Skip to content

Comment on Rewrite from Ruby to Golang resulted in ~70x speed increase

Comments

I don't see how this is exceptionally surprising. You rewrote an application from one of the slowest scripted languages out there to a new, fast systems level programming language.

Maybe it just underscores the slowness of Ruby.

But it's not just about pure, CPU-wise language speed. We re-architected some of the software, and Go concurrency model was very helpful with that.

What I think you did is great, and I love reading about these things, but if the initial implementation was in Perl or JavaScript you would have seen more like a 10-20x speedup.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.