Skip to content

Releases: Mallets/thubo

v0.1.1

11 Mar 11:17
v0.1.1
2fd59e2

Choose a tag to compare

What's Changed

  • Fix Miri UB and make test suite Miri-compatible by @Mallets in #1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Jan 08:27
v0.1.0
39b27de

Choose a tag to compare

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.