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
Introducing Functional Programming in C++LinkedIn Learning The C++ Type System is Your Friend
NDC Conferences via YouTube Joyful Polyglot - Beautiful Insights from Many Languages
Ruby Central via YouTube Circle Metaprogramming - Better Features Make Better Libraries
CppNow via YouTube Taking Template Classes Further with Opaque Types & Generic NTTPs
CppNow via YouTube