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
Accelerator
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
Type
/
to 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
101
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement scalable I/O model with worker-per-context
- #7
#7
Merged
benoitc
merged 14 commits into
main
benoitc/erlang-python:main
from
feature/scalable-io-model
benoitc/erlang-python:feature/scalable-io-model
Copy head branch name to clipboard
Feb 25, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Implement scalable I/O model with worker-per-context
#7
benoitc
merged 14 commits into
main
benoitc/erlang-python:main
from
feature/scalable-io-model
benoitc/erlang-python:feature/scalable-io-model
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2026
Implement scalable I/O model with worker-per-context
Show description for 72d5941
benoitc
committed
72d5941
View commit details
Copy full SHA for 72d5941
Browse repository at this point
Fix FD reselect and Python-level functions to use worker_pid
Show description for 4c7bb3b
benoitc
committed
4c7bb3b
View commit details
Copy full SHA for 4c7bb3b
Browse repository at this point
Add handle_fd_event_and_reselect NIF for combined dispatch+reselect
Show description for e5906f1
benoitc
committed
e5906f1
View commit details
Copy full SHA for e5906f1
Browse repository at this point
Add _erlang_sleep for ASGI fast path and erlang_asyncio module
Show description for 7bb28a9
benoitc
committed
7bb28a9
View commit details
Copy full SHA for 7bb28a9
Browse repository at this point
Document erlang_asyncio module and update changelog
Show description for 332b3b6
benoitc
committed
332b3b6
View commit details
Copy full SHA for 332b3b6
Browse repository at this point
Increase sleep accuracy test tolerance for CI
Show description for 2af0e3e
benoitc
committed
2af0e3e
View commit details
Copy full SHA for 2af0e3e
Browse repository at this point
Update documentation for erlang_asyncio module
Show description for caa5405
benoitc
committed
caa5405
View commit details
Copy full SHA for caa5405
Browse repository at this point
Add erlang_asyncio architecture diagram to asyncio.md
benoitc
committed
98f8066
View commit details
Copy full SHA for 98f8066
Browse repository at this point
Add ErlangEventLoop architecture diagram to asyncio.md
benoitc
committed
dcd329b
View commit details
Copy full SHA for dcd329b
Browse repository at this point
Add ASGI NIF marshalling optimizations for improved performance
Show description for 54b063e
benoitc
committed
54b063e
View commit details
Copy full SHA for 54b063e
Browse repository at this point
Add scope template caching for repeated ASGI requests
Show description for 2448882
benoitc
committed
2448882
View commit details
Copy full SHA for 2448882
Browse repository at this point
Add zero-copy buffer handling for large ASGI request bodies
Show description for 19b28fc
benoitc
committed
19b28fc
View commit details
Copy full SHA for 19b28fc
Browse repository at this point
Commits on Feb 25, 2026
Add lazy header conversion for ASGI scope optimization
Show description for 9a3faca
benoitc
committed
9a3faca
View commit details
Copy full SHA for 9a3faca
Browse repository at this point
Update changelog and docs for ASGI NIF optimizations
Show description for 5b4a728
benoitc
committed
5b4a728
View commit details
Copy full SHA for 5b4a728
Browse repository at this point
You can’t perform that action at this time.