Felix, qui, quod amat, defendere fortiter audet
Home -> Publications
Home
  Publications
    
edited volumes
  Awards
  Research
  Teaching
  Miscellaneous
  Full CV [pdf]






  Events








  Past Events





Publications of Torsten Hoefler
Marcin Copik, Lukas Möller, Alexandru Calotoiu, Torsten Hoefler:

 Cppless: Productive and Performant Serverless Programming in C++

(ACM Trans. Archit. Code Optim.. Vol 22, Nr. 3, pages 1-27, Association for Computing Machinery, ISSN: 1544-3566, Sep. 2025)

Publisher Reference

Abstract

The rise of serverless computing introduced a new class of scalable, elastic, and widely available parallel workers in the cloud. Many systems and applications benefit from offloading computations and parallel tasks to dynamically allocated resources. However, the developers of C++ applications find it difficult to integrate functions due to complex deployment, lack of compatibility between client and cloud environments, and loosely typed input and output data. To enable single-source and efficient serverless acceleration in C++, we introduce Cppless , an end-to-end framework for implementing remote functions which handles the creation, deployment, and invocation of serverless functions. Cppless is built on top of LLVM and requires only two compiler extensions to automatically extract C++ function objects and deploy them to the cloud. We demonstrate that offloading parallel computations, such as from a C++ application to serverless workers, can provide up to 59x speedup with minimal cost increase while requiring only minor code modifications.

Documents

Publisher URL: https://dl.acm.org/doi/10.1145/3747841download article:     
 

BibTeX

@article{,
  author={Marcin Copik and Lukas Möller and Alexandru Calotoiu and Torsten Hoefler},
  title={{Cppless: Productive and Performant Serverless Programming in C++}},
  journal={ACM Trans. Archit. Code Optim.},
  year={2025},
  month={Sep.},
  pages={1-27},
  volume={22},
  number={3},
  publisher={Association for Computing Machinery},
  issn={1544-3566},
  source={http://www.unixer.de/~htor/publications/},
}


serving: 216.73.217.47:38860© Torsten Hoefler