Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
asyncband
Public
Notifications
You must be signed in to change notification settings
Fork
41
Star
272
Code
Issues
16
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
perf: streamline MPMC and MPSC channel coordination
- #314
#314
Merged
tisonkun
merged 12 commits into
apache:main
apache/asyncband:main
from
orthur2:perf/mpmc-single-lock
orthur2/mea:perf/mpmc-single-lock
Copy head branch name to clipboard
Sep 20, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
perf: streamline MPMC and MPSC channel coordination
#314
tisonkun
merged 12 commits into
apache:main
apache/asyncband:main
from
orthur2:perf/mpmc-single-lock
orthur2/mea:perf/mpmc-single-lock
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
perf(mpmc): coordinate queue values and waiters under one lock
orthur2
committed
cc1adbd
View commit details
Copy full SHA for cc1adbd
Browse repository at this point
test(mpmc): cover disconnection wake-ups and callback reentrancy
orthur2
committed
e3ffa44
View commit details
Copy full SHA for e3ffa44
Browse repository at this point
Commits on Sep 20, 2026
Merge branch 'main' into perf/mpmc-single-lock
tisonkun
committed
e73204e
View commit details
Copy full SHA for e73204e
Browse repository at this point
refactor(mpmc): simplify waker registration and batch ownership
tisonkun
committed
b48cad4
View commit details
Copy full SHA for b48cad4
Browse repository at this point
test(mpmc): cover notification handoff after resource contention
tisonkun
committed
b1d5db5
View commit details
Copy full SHA for b1d5db5
Browse repository at this point
perf(mpmc): detach waiter storage on disconnection
tisonkun
committed
e0f8f61
View commit details
Copy full SHA for e0f8f61
Browse repository at this point
refactor(mpsc): register task wakers only when needed
tisonkun
committed
6656599
View commit details
Copy full SHA for 6656599
Browse repository at this point
perf(mpsc): release disconnected waiter storage outside the lock
tisonkun
committed
7e8b354
View commit details
Copy full SHA for 7e8b354
Browse repository at this point
test: consolidate channel and phaser waker coverage
tisonkun
committed
303e8ed
View commit details
Copy full SHA for 303e8ed
Browse repository at this point
refactor(mpmc): group waiter operations into methods
tisonkun
committed
5fe3d07
View commit details
Copy full SHA for 5fe3d07
Browse repository at this point
docs: align the crate API map table
tisonkun
committed
35cca7f
View commit details
Copy full SHA for 35cca7f
Browse repository at this point
refactor: share optional waker registration across primitives
tisonkun
committed
1a83536
View commit details
Copy full SHA for 1a83536
Browse repository at this point
You can’t perform that action at this time.