cpp-lectures_term_3

  1. Intrusive Container
  2. Multi-index containers, Heterogeneous lookup, Shared_pointer, Weak_pointer
  3. Rvalue, Move
  4. Auto, Lambda
  5. Std::function, Type erasure, Variadic templates (1/2)
  6. Signals
  7. Variadic templates (2/2)
  8. Decltype, nullptr_t
  9. Optional, Variant
  10. Types of parallelism, Race condition, Mutex, Deadlock, Atomic types, condition_variable
  11. Promise + Future, Async, Thread pool, TLS, STM, HTM
  12. Map-reduce, Message loop, Fiber
  13. Ranges, Push and Pull strategies, Stackless coroutines
  14. Rvalue references for this, Strongly-typed enums
  15. Uniform initialization, Generalized Attributes
  16. Text encoding
  17. Filesystems
  18. Dll (1/2)
  19. Dll (2/2)