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
Intro to StatisticsStanford University via Udacity Introduction to Data Science
University of Washington via Coursera Passion Driven Statistics
Wesleyan University via Coursera Information Visualization
Indiana University via Independent DCO042 - Python For Informatics
University of Michigan via Independent