Futures Without Type Erasure
Offered By: CppNow via YouTube
Course Description
Overview
Explore an in-depth conference talk on implementing composable futures without dynamic allocation and type erasure in C++. Delve into the design and implementation of an experimental future library that embeds asynchronous computation graphs into types. Learn about using template metaprogramming and compile-time transformations to achieve zero allocation and zero type erasure futures. Examine benchmarks and comparisons of running time, compilation time, and generated assembly. Gain insights into C++17 language and library features used throughout the presentation. Suitable for those familiar with C++11/14 features and std::future or boost::future, with recommended knowledge of C++17 features.
Syllabus
C++Now 2018: Vittorio Romeo “Futures Without Type Erasure”
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera