This repository contains code associated with the following papers:
- Effects for Efficiency: Asymptotic Speedup with First-Class Control, published in ICFP 2020.
- Asymptotic Speedup with Effect Handlers, under consideration for publication in JFP, 2023.
Note that the code in this repository is not part of the companion artifact code published along side the papers. See the papers for details on their artifacts.
The code in this repository illustrates different implementations of the generic count problem using delimited continuations (shift/reset), undelimited continuations (callcc) and state, and effect handlers.