Hacker News new | ask | show | jobs
by pdonis 1270 days ago
> write a production network backend without using any dependencies

In this regard, I find it interesting that the following is currently on the HN front page:

https://news.ycombinator.com/item?id=34179426

TL/DR: Go's network sockets set TCP_NODELAY by default, which is, the article argues, a very bad idea.

1 comments

The article is wrong and doesn't even address the primary reason why git-lfs is slow in his case.