Fastest RaptorQ codec now in Rust

In my last blog post, I wrote about learning Rust and implementing the RaptorQ (RFC6330) fountain code. I only optimized the library for handling small message sizes, since it was mainly a project to help me learn Rust. However, since releasing it, a numb… Read more

Similar

Rust Big Data Benchmarks

Rust is a systems level programming language that offers memory safety guarantees, prevents data races, and has no garbage collector, potentially making it a good choice for distributed compute and data processing systems. (more…)

Read more »