One other question that I want to answer

case-study-borrow-checker
Bradlee Speice 2019-01-24 23:04:27 -05:00
parent daa441cc97
commit a503d24d4e
1 changed files with 1 additions and 0 deletions

View File

@ -570,6 +570,7 @@ Questions:
6. How can you use the heap well?
- Know when collections resizing happens
- Use `Borrow` to abstract over Pointer/Box/Rc/Arc/CoW
7. How expensive is move? Vs. C++ std::move?
# Compiler Optimizations Make Everything Complicated