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 modern immutable data structures in C++ through this conference talk from C++Now 2017. Dive into the architectural benefits of immutability and learn how to build efficient persistent vector types using Relaxed Radix Balanced Trees. Discover Immer, a C++ library for implementing efficient immutable data structures. Follow along as the speaker demonstrates a text editor application built using these principles, showcasing both simplicity and performance. Gain insights into value semantics, structural sharing, and concurrent programming without locks. Cover topics including the data model, balanced trees, algorithms, transience, and performance. Examine the Flax architecture and data-driven approach in building robust C++ applications.
Syllabus
Introduction
The Data Model
Balanced Tree
Algorithm
Embedding Balance Tree
Transience
Performance
Demo
Flax Architecture
DataDriven Approach
Taught by
CppNow