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 }}
benoitc
/
erlang-python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5
Star
106
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Optimize asyncio shared router for reduced NIF overhead and lock contention
- #6
#6
Closed
benoitc
wants to merge 14 commits into
main
benoitc/erlang-python:main
from
asyncio-router-optimization
benoitc/erlang-python:asyncio-router-optimization
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
Optimize asyncio shared router for reduced NIF overhead and lock contention
#6
benoitc
wants to merge 14 commits into
main
benoitc/erlang-python:main
from
asyncio-router-optimization
benoitc/erlang-python:asyncio-router-optimization
Copy head branch name to clipboard
Commits
Commits on Feb 23, 2026
Optimize asyncio shared router for reduced NIF overhead and lock contention
Show description for 0aa79b0
benoitc
committed
0aa79b0
View commit details
Copy full SHA for 0aa79b0
Browse repository at this point
Add event process architecture for 27x faster timer throughput
Show description for 2e14f78
benoitc
committed
2e14f78
View commit details
Copy full SHA for 2e14f78
Browse repository at this point
Add atomic callback ID generator for event-driven calls
Show description for dc1b395
benoitc
committed
dc1b395
View commit details
Copy full SHA for dc1b395
Browse repository at this point
Extend event loop process to handle call and async results
Show description for 38441cb
benoitc
committed
38441cb
View commit details
Copy full SHA for 38441cb
Browse repository at this point
Add non-blocking submit_call and submit_coroutine NIFs
Show description for d93985f
benoitc
committed
d93985f
View commit details
Copy full SHA for d93985f
Browse repository at this point
Add async driver for unified event loop management
benoitc
committed
e03d588
View commit details
Copy full SHA for e03d588
Browse repository at this point
Implement py:async_call using unified event loop
benoitc
committed
466eef2
View commit details
Copy full SHA for 466eef2
Browse repository at this point
Add event-driven py:call with direct result delivery
benoitc
committed
aec7ae2
View commit details
Copy full SHA for aec7ae2
Browse repository at this point
Add async ASGI execution for concurrent request handling
benoitc
committed
1b7c2d9
View commit details
Copy full SHA for 1b7c2d9
Browse repository at this point
Remove legacy async workers in favor of unified event-driven architecture
Show description for fa18e9c
benoitc
committed
fa18e9c
View commit details
Copy full SHA for fa18e9c
Browse repository at this point
Add benchmarks and documentation for unified event-driven architecture
Show description for e9b2dc0
benoitc
committed
e9b2dc0
View commit details
Copy full SHA for e9b2dc0
Browse repository at this point
Fix dialyzer warnings and test error format
Show description for ea2f0b6
benoitc
committed
ea2f0b6
View commit details
Copy full SHA for ea2f0b6
Browse repository at this point
Fix poll hang and mailbox leak bugs
Show description for 92470ee
benoitc
committed
92470ee
View commit details
Copy full SHA for 92470ee
Browse repository at this point
Fix additional issues from code review
Show description for f59c5e4
benoitc
committed
f59c5e4
View commit details
Copy full SHA for f59c5e4
Browse repository at this point
You can’t perform that action at this time.