Daily Shaarli

All links of one day in a single page.

June 16, 2022

How to make Rust leak memory (also: how to make it stop) ยท Fly.io

Another fasterthanlime's article on troubleshooting Rust memory leaks. It's good to learn about the memory profiler bytehound (https://github.com/koute/bytehound). I also learned about this Rust-native embedded language called Rhai.