TWiR quote of the week

"self own" sounds like a rust thing

3 Likes

i think that's what you get when you leak memory through circular refcounts

1 Like

This is missing a source link, so I cannot include it.

1 Like

Due to subtle reasons™ we believe this to not be an exploitable soundness issue.

-- lcnr on the Inside Rust blog

2 Likes

This must be one of the earliest quotes about Rust, because it was first thought before Rust even existed.

It's ridiculous that we computer people couldn't even make an elevator that works without crashing!

From How Rust went from a side project to the world’s most-loved programming language.

4 Likes

Memory-safe implementations of PNG (png, zune-png, wuffs) now dramatically outperform memory-unsafe ones (libpng, spng, stb_image) when decoding images.

Rust png crate that tops our benchmark shows 1.8x improvement over libpng on x86 and 1.5x improvement on ARM.

Shnatsel, in a reddit post.

11 Likes