Create a data structure for low latency memory management

This page summarizes the projects mentioned and recommended in the original post on /r/rust

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. tokio-uring

    An io_uring backed runtime for Rust

    To add on this, we're adding infrastructure for fixed buffers pre-registered with the kernel into tokio-uring.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. io-uring

    The `io_uring` library for Rust

    Depending on whether the system calls for accessing the network stack will become the bottleneck, you may also need to use io_uring with kernel side polling for this (briefly explained in this paper on page 15) in addition to pre-allocating your own buffers and avoiding copying memory where you can. You mention you are using tokio, it has a library for io_uring and there is also this vanilla io_uring library crate, but it's a bit more low level. Both are for linux only and I'm not familiar enough with Windows to say if there exists something similar in Rust for Windows systems (which has I/O Rings), maybe someone else can comment on that?

  4. ixy.rs

    Rust rewrite of the ixy network driver

    You're likely interested in: https://github.com/ixy-languages/ixy.rs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Waiting for many things at once with io_uring

    1 project | news.ycombinator.com | 18 Nov 2024
  • Async Rust Isn't Bad: You Are

    1 project | news.ycombinator.com | 21 May 2024
  • Window managers heavily lagging while Desktop environment doesn't

    1 project | /r/archlinux | 9 Oct 2021
  • Getting Started with Rust

    16 projects | dev.to | 25 Oct 2024
  • calendar

    4 projects | /r/qtile | 26 May 2023