https://github.com/jmcomets/cppcon-notes
https://github.com/jmcomets/cppcon-notes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmcomets/cppcon-notes
- Owner: jmcomets
- Created: 2017-09-26T20:27:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T23:12:08.000Z (over 8 years ago)
- Last Synced: 2025-06-28T19:51:11.917Z (12 months ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notes from cppcon 2017
=====================
Take note that these are my short notes from the conference, there may be missing things and some unpopular opinions.
# Monday
- [Parallel Programming: Is It Still Hard?](https://github.com/jmcomets/cppcon-notes/blob/master/parallel-programming.md)
- [Value Semantics in C++17](https://github.com/jmcomets/cppcon-notes/blob/master/value-semantics.md)
- [folly::Function: a non-copyable alternative to std::function](https://github.com/jmcomets/cppcon-notes/blob/master/folly-function.md)
# Tuesday
- [Mocking Frameworks Considered Harmful](https://github.com/jmcomets/cppcon-notes/blob/master/mocking-frameworks-harmful.md)
- [Multi-threading is the answer, what is the question? (part 2)](https://github.com/jmcomets/cppcon-notes/blob/master/multithreading-is-the-answer-what-is-the-question-part-2.md)
# Wednesday
- [10 Core Guidelines You Should Start Using Today](https://github.com/jmcomets/cppcon-notes/blob/master/10-core-guidelines.md)
- [Compile-Time Support For Reflection](https://github.com/jmcomets/cppcon-notes/blob/master/reflection.md)
- [Reader-Writer Lock vs Mutex, understanding a lost bet](https://github.com/jmcomets/cppcon-notes/blob/master/rw-lock-vs-mutex-understanding-a-lost-bet.md)
- [An -Overly- Not so Complicated Lock-free Queue (Part 2 of N)](https://github.com/jmcomets/cppcon-notes/blob/master/an-overly-not-so-complicated-lock-free-queue-part-2-of-n.md)
# Thursday
- [Runtime Polymorphism in C++](https://github.com/jmcomets/cppcon-notes/blob/master/runtime-polymorphism.md)
- [Writing Effective Documentation for C++ Libraries](https://github.com/jmcomets/cppcon-notes/blob/master/writing-effective-documentation-for-cpp-libraries.md)
- [Naked Coroutines Live With Networking](https://github.com/jmcomets/cppcon-notes/blob/master/naked-coroutines-live-with-networking.md)