locale: cambridge, uk
github: https://github.com/ctz/ & https://github.com/rustls/
www.memorysafety.org/blog/rustls-...
www.memorysafety.org/blog/rustls-...
> The embedded webserver used to display the status page and process REST API calls has been rewritten in Rust and now supports multiple listen addresses and TLS.
The new code is powered by Hyper+Rustls+Ring 🦀 🔒
(h/t Stefan Schmidt)
> The embedded webserver used to display the status page and process REST API calls has been rewritten in Rust and now supports multiple listen addresses and TLS.
The new code is powered by Hyper+Rustls+Ring 🦀 🔒
(h/t Stefan Schmidt)
Tokio defines two kinds of blocking functions: IO bound and CPU bound.
A close read of the tokio docs tells you to avoid CPU bound tasks in spawn_blocking
Tokio defines two kinds of blocking functions: IO bound and CPU bound.
A close read of the tokio docs tells you to avoid CPU bound tasks in spawn_blocking
More on the Ubuntu blog:
discourse.ubuntu.com/t/sudo-rs-is...
#rust #rustlang
More on the Ubuntu blog:
discourse.ubuntu.com/t/sudo-rs-is...
#rust #rustlang
Rust 1.89.0 has been released!
This release brings you inferrred array length, new lints, u128/i128 in extern "C", NonZero
Check out the blog post and release notes for all the details: blog.rust-lang.org/2025/08/07/R...
Rust 1.89.0 has been released!
This release brings you inferrred array length, new lints, u128/i128 in extern "C", NonZero
Check out the blog post and release notes for all the details: blog.rust-lang.org/2025/08/07/R...
Headlines:
* with rustls-ffi 0.15.0: 2,176 allocations. peak heap of 394kB.
* with openssl 3.4.1: 308,132 allocations (!). peak heap of 2.1MB
2. count number of allocations made with heaptrack
3. pause for gasping
4. double-check that curl only does 134 allocs itself, independently of the downloaded size
5. check the heaptrack number again
54,000
hm
Headlines:
* with rustls-ffi 0.15.0: 2,176 allocations. peak heap of 394kB.
* with openssl 3.4.1: 308,132 allocations (!). peak heap of 2.1MB
Thanks to my co-organizers Jana, Laura, @tertsdiepraam.bsky.social and @mara.bsky.social ❤️
#rustlang #rust