ixy-languages
A high-speed network driver written in C, Rust, C++, Go, C#, Java
...This project reimplements the ixy driver architecture in Rust, Go, C++, Zig, and possibly other languages, maintaining the same driver semantics and API so users can compare performance, expressivity, safety, and expressiveness trade-offs. The repository helps systems and networking learners understand how low-level I/O code behaves differently in memory-safe languages versus unsafe ones. Each language subdirectory includes build scripts, language-specific idioms (e.g. unsafe blocks in Rust), binding layers, and benchmarks for packet I/O and latency.