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

Reorganize dispatch to streamline a common case. #70

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

creachadair
Copy link
Owner

A typical request batch is one call, so front-load that case more aggressively.
This yields a couple percentage points on steady-state benchmarks.

A typical request batch is one call, so front-load that case more aggressively.
This yields a couple percentage points on steady-state benchmarks.
@creachadair creachadair merged commit 1299f5c into default Dec 30, 2021
@creachadair creachadair deleted the mjf/syncorder branch December 30, 2021 00:40
creachadair added a commit that referenced this pull request Dec 30, 2021
- Some minor performance and memory use improvements (#70, #71, #72).
  About 3-6% faster on round-trip latency.
  About 3% reduced allocations and memory use.

- Fix up some documentation issues.

No functional changes in this release.
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.

None yet

1 participant