No Raw std::thread! - Live Tweet Analysis in C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced C++ concurrency techniques in this conference talk from C++Now 2017. Delve into the concept of "No raw std::thread" as an extension of the "No raw loops" philosophy, applying algorithms to values distributed in time and space. Follow along as Kirk Shoop demonstrates a live tweet analysis application, showcasing complex interactions between a real-time tweet stream, REST API calls, and the main rendering loop. Learn how to express these interactions using concurrent algorithms instead of raw std::thread and std::mutex. Discover how to process batched values with the range-v3 algorithms library, distribute values across threads, and coordinate values through time. Gain insights into implementing features such as tweet parsing, sentiment analysis via machine learning API calls, search functionality, and word cloud generation. Enhance your understanding of modern C++ concurrency practices and their application in real-world scenarios.
Syllabus
C++Now 2017: Kirk Shoop "No raw std::thread! - Live Tweet Analysis in C++"
Taught by
CppNow
Related Courses
Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld SystemsVanderbilt University via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX Introduction to Operating Systems
Georgia Institute of Technology via Udacity Programming Mobile Services for Android Handheld Systems: Content
Vanderbilt University via Coursera Advanced Software Construction in Java
Massachusetts Institute of Technology via edX