Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable TCP_NODELAY for better performance #67

Closed
wants to merge 1 commit into from

Conversation

pulyaevskiy
Copy link

Resolves #26.

Most of the changes here are dartfmt business. The fix is just one line setting TCP_NODELAY on sockets to true.

I also added bench test for select queries.

@Scorpiion
Copy link
Member

Looks like TCP_NODELAY was merged here: 4db0a66#diff-e4c95e6ae84ea58b5c9b7be275d62f80R71

Does that make this pull request redundant?

@pulyaevskiy
Copy link
Author

Well there is some more stuff in here but the main problem is addressed there. Closing.

@Scorpiion
Copy link
Member

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extremely Slow on 64-bit Ubuntu 13.04
2 participants