In this small note we’ll talk about new plugin for the Syntax tool, which allows building parsers for Rust programming language. (more…)
Read more »
I’m a big fan of Rust’s async feature, which lets you write explicit state
machines like straight-line code. One of the operating systems I maintain,
lilos, is almost entirely based on async, and I think it’s a killer
feature for embedded development. (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 »
As asked by @PoignardAzur: some people over at r/rust are curious how the rewrite is going? In short: We're "mostly" done. Quantifying that isn't all that easy because there are separate measuremen... (more…)
Read more »
Faster Nmap Scanning with Rust. Contribute to RustScan/RustScan development by creating an account on GitHub. (more…)
Read more »