Login
From:
ferrous-systems.com
(Uncensored)
subscribe
Using `mem::take` to reduce heap allocations - Ferrous Systems
https://ferrous-systems.com/blog/rustls-borrow-checker-p1/
links
backlinks
Tagged with:
rust
performance
Roast topics
Find topics
Find it!
This is the first post of a series where we go through the performance work we did in rustls, a modern TLS library in Rust. Today we tame the borrow checker using `mem::take`.