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

Perf improvement: unblocking call, aggregated flush, and shared thread pool #115

Merged
merged 4 commits into from
Dec 5, 2015

Conversation

ShanniLi
Copy link
Contributor

@ShanniLi ShanniLi commented Dec 5, 2015

@@ -179,6 +179,20 @@ public final ArgScheme getArgScheme() {
return ArgScheme.toScheme(transportHeaders.get(TransportHeaders.ARG_SCHEME_KEY));
}

public final long argSize() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need use long type. int can fit the size.

@jc-fireball
Copy link
Contributor

lgtm

ShanniLi added a commit that referenced this pull request Dec 5, 2015
Perf improvement: unblocking call, aggregated flush, and shared thread pool
@ShanniLi ShanniLi merged commit a38de37 into master Dec 5, 2015
@ShanniLi ShanniLi deleted the perf branch December 5, 2015 23:21
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.

2 participants