Cuong Le
banner
cuongleqq.bsky.social
Cuong Le
@cuongleqq.bsky.social
Head of Engineering at Bitmark | building FeralFile | I craft innovative software and forge high-performance teams.
Rust Beats C++ by a mile

security.googleblog.com/2025/11/rust...

The numbers are crazy IMO.
• Rust: ~0.2 memory bugs per million, C/C++: ~1000
• Reviews move ~25% faster
• ~20% fewer revisions
• Rust changes get reverted ~4x less

More Rust coming in drivers, firmware, etc

#rustlang
Rust in Android: move fast and fix things
Posted by Jeff Vander Stoep, Android Last year, we wrote about why a memory safety strategy that focuses on vulnerability prevention in ...
security.googleblog.com
November 16, 2025 at 3:57 AM
How do std::Mutex and parking_lot::Mutex actually work under the hood? Which one is better? With benchmark

blog.cuongle.dev/p/inside-rus...

#rustlang
Inside Rust's std and parking_lot mutexes - who wins?
A teardown of Rust's mutex internals plus real benchmarks so you know when to choose std or parking_lot.
blog.cuongle.dev
October 31, 2025 at 3:21 AM
Reposted by Cuong Le
Rust 1.91.0 has been released! 🌈 🦀

This version brings you tier 1 support for aarch64-pc-windows-msvc, warnings for dangling pointers to locals, new methods on AtomicPtr, array::repeat, BTreeMap::extract_if, const TypeId::of, and more!

Check out the announcement: blog.rust-lang.org/2025/10/30/R...
Announcing Rust 1.91.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
October 30, 2025 at 8:21 PM
Couldn't agree more with Jon Gjengset in this interview: www.youtube.com/watch?v=nOSx...

Rust adoption isn't held back by the learning curve. It's the switching costs of existing codebases.

Honestly, learning to write safe concurrent C++ is even harder.

#rustlang
Rust 2025: 400K Salaries, AI, Defence & Borrow Checker — Jon Gjengset on Rust & the Future of Coding
YouTube video by JetBrains
www.youtube.com
October 10, 2025 at 2:30 PM
Just read Cloudflare's blog on rewriting their proxy in Rust. Really impressive! (Source in comment)

• 25% performance boost
• Half the CPU, way less memory
• No memory bugs - crashes = hardware fails
• Ships features in 48hrs vs weeks!!!
• 100+ devs, 130+ modules
• 10ms faster responses

#rustlang
October 3, 2025 at 4:27 PM
Hey Bluesky! 👋

I write Rust tutorials from first principles—new deep dive every 2 weeks based on my own experience and learning.

Some of my posts did well on Reddit and Hacker News. Listing a few below!

Looking forward to connecting with the Rust community here!

#rustlang #blog #tutorial
October 2, 2025 at 9:07 AM
My post hit Reddit's top of the week! I am so thankful.

My blog post: blog.cuongle.dev/p/level-up-y...

Reddit thread: www.reddit.com/r/rust/comme...

#rustlang #tutorial
October 2, 2025 at 8:54 AM
I wrote a post covering advanced Pattern Matching and best practices in Rust. It received a lot of likes on Reddit. Check it out here: blog.cuongle.dev/p/level-up-y...

#rust #rustlang
Level Up your Rust pattern matching
Rust’s pattern matching feels simple enough: match on enums, destructure tuples, handle Option and Result.
blog.cuongle.dev
September 30, 2025 at 3:17 AM