Open Issues Need Help
View All on GitHub perf(executor): `ArrayQueue` is slow 8 days ago
help wanted performance package: executor difficulty: hard
bug help wanted
bug help wanted driver: polling
Support of registered file descriptors 4 months ago
enhancement help wanted driver: io-uring
Tracking: multishot opcode support 4 months ago
enhancement good first issue package: net package: fs package: driver package: runtime
(For newcomers:) more tests and benchmarks 5 months ago
help wanted good first issue
impl AsyncWrite for BufReader 6 months ago
enhancement good first issue package: io
feature: io-uring zerocopy send support 6 months ago
enhancement help wanted driver: io-uring package: driver
Improve docs 6 months ago
documentation help wanted good first issue
Registering kernel-managed ring buffers 6 months ago
enhancement help wanted driver: io-uring
Deterministic runs? 6 months ago
enhancement help wanted
A small improvement of `IoBuf` 7 months ago
good first issue package: buf
RFC: Future Combinators (`CompioFuture`) 7 months ago
enhancement help wanted RFC
RFC: User-initiated Cancellation 8 months ago
enhancement help wanted RFC
Feature Request: Support io_uring personalities 8 months ago
enhancement help wanted
feature: synchronization primitive library 8 months ago
enhancement help wanted
`wake_cross_thread` still randomly crashes 9 months ago
bug help wanted package: runtime
[compio-driver with fusion] RuntimeBuilder doesn't fallback to polling driver when unable to lock enough memory about 1 year ago
enhancement help wanted package: driver
Make Socket struct be part of public api. about 1 year ago
AI Summary: Expose the internal `Socket` struct used by `TcpListener` in the Compio Rust runtime, allowing users to configure socket options like `SO_REUSEPORT` directly. This likely involves making the necessary parts of the `Socket` struct and related functions public, potentially behind a feature flag.
Complexity:
3/5
enhancement help wanted package: net