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

Fuzzing Rust Podcast

Fuzzing Rust with Shnatsel In this fresh episode of Security headlines we interview Shnatsel about rust fuzzing, we jump in the rabbit holes of Rust and fuzzing and explore the magical world. In this episode we cover: Fuzzing in rust i side track to openb... (more…)

Read more »

A Possible New Back End for Rust

Is that a compiler backend or frontend? Cranelift Bringing this together Benchmarks Footnotes LLVM originally stood for Low Level Virtual Machine but this was dropped as LLVM is no longer a virtual machine and more of a library of utilities. https://githu... (more…)

Read more »