Hacker News
- Swift for C++ Practitioners: Move Semantics https://www.douggregor.net/posts/swift-for-cxx-practitioners-move/ 3 comments
- C++ Move Semantics Considered Harmful (Rust Is Better) https://www.thecodedmessage.com/posts/cpp-move/ 36 comments
- Smart pointers and move semantics in modern C++ https://www.oreilly.com/ideas/2-major-reasons-why-modern-c-is-a-performance-beast 80 comments
Lobsters
- C++ Move Semantics Considered Harmful (Rust is better) (2021) https://www.thecodedmessage.com/posts/cpp-move/ 16 comments c++ , rust
- [The Cherno] Move Semantics in C++ https://www.youtube.com/watch?v=ehMg6zvXuMY 47 comments cpp
- Move Semantics: C++ vs Rust https://www.thecodedmessage.com/posts/cpp-move/ 116 comments rust
- C++ Move Semantics - The Complete Guide http://www.cppmove.com/ 78 comments cpp
- Common misconception with C++ move semantics https://pagefault.blog/2018/03/01/common-misconception-with-cpp-move-semantics/ 49 comments cpp
- C++ rvalue references and move semantics for beginners https://www.internalpointers.com/post/c-rvalue-references-and-move-semantics-beginners 41 comments cpp
- Move Semantics in C++ and Rust: The Case for Destructive Moves https://www.reddit.com/r/cpp/comments/lgvmre/move_semantics_in_c_and_rust_the_case_for/ 47 comments cpp
- Move Semantics in C++ and Rust: The Case for Destructive Moves https://www.reddit.com/r/rust/comments/lgvlmi/move_semantics_in_c_and_rust_the_case_for/ 10 comments rust
- Swift for C++ Practitioners, Part 12: Move Semantics | Doug's Compiler Corner https://www.douggregor.net/posts/swift-for-cxx-practitioners-move/ 3 comments programming
- The Nightmare of Move Semantics for Trivial C++ Classes - Nicolai Josuttis https://www.youtube.com/watch?v=7KjCOe0oBIw 13 comments cpp
- C++ Coding Guidelines - Howard Hinnant (author of C++11 Move semantics / <thread> / <chrono>) https://howardhinnant.github.io/coding_guidelines.html 4 comments programming
- C++ Coding Guidelines - Howard Hinnant (author of C++11 Move semantics / <thread> / <chrono>) https://howardhinnant.github.io/coding_guidelines.html 21 comments cpp
- Move semantics and rvalue references: Modern C++ fundamentals https://medium.com/@simontoth/move-semantics-and-rvalue-references-modern-c-fundamentals-cbbe38760c05?sk=1ef71abbab32633359e1021df3481f83&source=friends_link 12 comments cpp
- Efficient Pure Functional Programming in C++ Using Move Semantics « C++ on a Friday http://blog.knatten.org/2012/11/02/efficient-pure-functional-programming-in-c-using-move-semantics/ 7 comments cpp
- I wrote this simple quiz for my future reference while reading Jossutis’ C++ Move Semantics. For detailed answers, consult the book, the chapter on “Move Semantics in Class Hierarchies.” https://github.com/nglee/compiler_explorer/blob/master/220329_move_in_class_hierarchy.cpp 9 comments cpp