Provably Efficient Parallel Language Design

Orateur: Sam Westrick (NYU)
Quand: Friday, March 20 2026, 14:30-16:00
: Salle 279, Macdonald Engineering Building, 817 Sherbrooke Street West

Résumé: Advances in safety for parallelism and concurrency have brought parallelism to the mainstream. However, a major hurdle remains for non-experts: no language today is able to provide strong guarantees on parallel performance. In practice, it is common to experience performance issues that require significant expertise to identify and debug, such as unexpected slowdowns and excessive memory consumption. In this talk, I will frame these problems in terms of assigning a cost semantics to a parallel language, making it possible to specify and identify language-level performance problems. I will then overview two ongoing lines of research in my group which offer provable guarantees on performance, at the level of the programming language itself: (1) parallel garbage collection based on “disentanglement”, and (2) automatic parallelism management, a technique for automatically controlling the overheads of task creation. Both lines of work are implemented in a full-fledged language called MaPLe which extends Standard ML with parallelism. Using MaPLe, we demonstrate that these techniques are not just provably efficient in theory, but also highly efficient in practice.