High-level effect handlers in C++

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

Research output: Contribution to journalArticlepeer-review

45 Downloads (Pure)

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.
Original languageEnglish
Pages (from-to)1639-1667
Number of pages29
JournalProceedings of the ACM on Programming Languages
Volume6
Issue numberOOPSLA2
DOIs
Publication statusPublished - 31 Oct 2022

Keywords

  • Effect handlers
  • algebraic effects
  • lightweight concurrency
  • context switching

Fingerprint

Dive into the research topics of 'High-level effect handlers in C++'. Together they form a unique fingerprint.

Cite this