Releases: Mallets/thubo
Releases · Mallets/thubo
v0.1.1
v0.1.0
v0.1.0
First public release of Thubo, a high-performance TX/RX network pipeline built for predictable, priority-aware message delivery under heavy load.
Added
- Strict Priority Scheduling: High-priority messages preempt lower-priority flows to ensure timely delivery.
- Automatic Batching: Improves throughput and efficiency without requiring manual tuning.
- Message Fragmentation: Splits large messages to avoid head-of-line blocking, particularly in TCP/TLS-like scenarios.
- Configurable Congestion Control: Prevents blocking on data that may become stale, keeping the pipeline responsive.
Overview
- Designed for systems that require deterministic, priority-based networking.
- Especially effective for protocols susceptible to head-of-line blocking, where large, low-priority messages could otherwise delay urgent traffic.