I present a Rust-specific sequel to my previous benchmark of 2 Kotlin and a Rust microservice — it’s hard to resist one’s own curiosity and popular demand, especially when you’ve been nerd-sniped. Let’s stress-test the two prominent web frameworks: Actix ... (more…)
Read more »
Go has good support for calling into assembly, and a lot of the fast cryptographic code in the stdlib is carefully optimized assembly, bringing speedups of over 20 times. However, writing assembly code is hard, reviewing it is possibly harder, and cryptog... (more…)
Read more »
Tailwind compiler rewritten in rust. Contribute to pintariching/railwind development by creating an account on GitHub. (more…)
Read more »
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust - tantivy-search/tantivy... (more…)
Read more »
Let’s demystify video codecs by writing one from scratch in about a hundred lines of Rust. (more…)
Read more »