Zum Inhalt springen

Systemnahes Programmieren

Zuverlässige und effiziente Software mit Rust.

Termine

Die Vorlesung findet freitags in Raum W3.03 statt.

Rust News

Von Lobste.rs

Narwhal v0.5.0 – pub/sub messaging server, now powered by io_uring

hi again! i'm back with a new release of Narwhal, the lightweight pub/sub server i shared a while ago. the biggest change in v0.5.0 is the migration from tokio to monoio as the primary async runtime, which means the server now runs entirely on io_uring on Linux:

https://github.com/narwhal-io/narwhal/releases/tag/narwhal-0.5.0

the project is still alpha, but the core is getting more solid with each release. would love feedback, especially from anyone who has experience tuning io_uring-based servers. i'm sure there's still a lot of room to squeeze more out of it. :)

Comments

linuxprogrammingrustdistributedperformance