invpt | 2 years ago | on: Identifying Rust's collect:<Vec<_>>() memory leak footgun
invpt's comments
invpt | 2 years ago | on: Identifying Rust's collect:<Vec<_>>() memory leak footgun
invpt | 3 years ago | on: DuckDuckGo Launches DuckAssist
invpt | 3 years ago | on: DuckDuckGo Launches DuckAssist
> The multi-store model (also known as Atkinson–Shiffrin memory model) is a memory model in computer science that describes the interactions of threads through memory and their shared use of the data. It allows a compiler to perform many important optimizations.
> More info in the History and significance section of the Memory model (programming) Wikipedia article.
It seems to think that the Atkinson–Shiffrin memory model is somehow related to computer science, which it is not. It's a model of human memory. And that article it references does not once mention the Atkinson–Shiffrin memory model. At least it's easy to verify.
invpt | 3 years ago | on: Flutter desktop isn’t there yet
invpt | 3 years ago | on: Flutter desktop isn’t there yet
Edit: I submitted a PR to clear up the docs: https://github.com/rust-lang/rust/pull/120110