https://github.com/banyc/mux
A high-throughput duplex-openable multiplexer on any reliable protocols
https://github.com/banyc/mux
high-throughput io mux network-protocol structured-concurrency tcp tokio websocket
Last synced: 10 months ago
JSON representation
A high-throughput duplex-openable multiplexer on any reliable protocols
- Host: GitHub
- URL: https://github.com/banyc/mux
- Owner: Banyc
- Created: 2024-12-13T19:18:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-07T16:01:13.000Z (11 months ago)
- Last Synced: 2025-03-07T17:19:54.353Z (11 months ago)
- Topics: high-throughput, io, mux, network-protocol, structured-concurrency, tcp, tokio, websocket
- Language: Rust
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `mux`
not on crates.io.
## Architecture

## Throughput
- TCP: $1$
- this: $0.497$
- [`async_smux`](https://github.com/black-binary/async-smux): $0.358$