Skip to content

Add hybrid epoll/thread pool async I/O backend#98

Merged
encounter merged 2 commits intodecompals:mainfrom
encounter:epoll
Oct 24, 2025
Merged

Add hybrid epoll/thread pool async I/O backend#98
encounter merged 2 commits intodecompals:mainfrom
encounter:epoll

Conversation

@encounter
Copy link
Copy Markdown
Member

@encounter encounter commented Oct 24, 2025

This backend uses epoll for pipe I/O readiness, and a fixed size (min(4, cpus)) thread pool for file I/O. This replaces the thread pool backend added in #97.

@encounter encounter merged commit f2743d0 into decompals:main Oct 24, 2025
5 checks passed
@encounter encounter deleted the epoll branch October 24, 2025 06:09
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.

1 participant