- Hands-On Concurrency with Rust
- Brian L. Troutwine
- 40字
- 2021-06-25 21:11:56
Implementations
In Chapter 2, Sequential Rust Performance and Testing, we very briefly dipped into the implementation of std::collections::HashMap. Let's continue with that approach of dissecting the standard library, paying special attention to the concerns of memory that pop up.