Experimenting with Type Erasure in C++17 - SAS7BDAT File Reader Implementation
Meeting Cpp via YouTube
Learn AI, Data Science & Business — Earn Certificates That Get You Hired
Free courses from frontend to fullstack and AI
Overview
Google, IBM & Meta Certificates – 40% Off
One plan covers every Professional Certificate on Coursera.
Unlock All Certificates
Explore a concrete implementation of type erasure in C++17 through a SAS7BDAT file reader in this conference talk from Meeting C++ 2022. Dive into the application of external polymorphism design pattern at multiple levels, including input data streams, data selection, and output data streams. Learn how type erasure enables the use of various concrete types through a single generic interface, comparable to duck typing in Python. Examine the performance comparisons between the resulting C++ code and implementations in other languages such as C, Python, R, and Julia. Gain insights into breaking dependencies and enhancing code flexibility using this powerful design pattern for advanced analytics, business intelligence, and data management applications.
Syllabus
Experimenting with type erasure in C++17 - Olivia Quinet - Meeting C++ 2022
Taught by
Meeting Cpp