In this tutorial, we’ll show you how to build a very simple peer-to-peer application using Rust and the fantastic libp2p library. (more…)
Read more »
github.com/rse-standrewscs/shallow-water TL;DR: Rewriting isn’t always bad, Amdahl’s Law is important and memory bandwidth is a potential bottleneck when doing many simple double precision math operations
Introduction As part of an Undergraduate Research ... (more…)
Read more »
It can be hard to find Rust programs' performance bottlenecks online. By integrating pprof-rs in TiKV, we can use the Go tool pprof to visualize TiKV's profiling data. This helps analyze the program's performance online. (more…)
Read more »
hyper v0.13 After a few months of alpha development, the final release of hyper v0.13.0 is now ready! hyper is a maturing HTTP library written in Rust, already one of the fastest out there1, and... (more…)
Read more »
An impish, cross-platform binary parsing crate, written in Rust - m4b/goblin... (more…)
Read more »