Litcius/Paper detail

High-level effect handlers in C++

Dan R. Ghica, Sam Lindley, Marcos Maroñas Bravo, Maciej Piróg

2022Proceedings of the ACM on Programming Languages14 citationsDOIOpen Access PDF

Abstract

Effect handlers allow the programmer to implement computational effects, such as custom error handling, various forms of lightweight concurrency, and dynamic binding, inside the programming language. We introduce cpp-effects, a C++ library for effect handlers with a typed high-level, object-oriented interface. We demonstrate that effect handlers can be successfully applied in imperative systems programming languages with manual memory management. Through a collection of examples, we explore how to program effectively with effect handlers in C++, discuss the intricacies and challenges of the implementation, and show that despite its limitations, cpp-effects performance is competitive and in some cases even outperforms state-of-the-art approaches such as C++20 coroutines and the libmprompt library for multiprompt delimited control.

Topics & Concepts

Computer scienceProgrammerConcurrencyProgramming languageInterface (matter)State (computer science)Control (management)Concurrency controlOperating systemArtificial intelligenceDatabase transactionMaximum bubble pressure methodBubbleParallel Computing and Optimization TechniquesLogic, programming, and type systemsAdvanced Software Engineering Methodologies