YoVDO

Postmodern Immutable Data Structures

Offered By: CppNow via YouTube

Tags

C++Now Courses C++ Courses Software Engineering Courses Functional Programming Courses Immutability Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
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

Related Courses

Your Favorite Undefined Behavior in C++
CppNow via YouTube
Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube
Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube
Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube
Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube