I have moved to NYU. This website may be out of date. My new
website is here.
I have moved to NYU. This website may be out of date. My new
website is here.
I am an assistant professor of computer science at New York University. I am recruiting PhD students—if you are interested in working on parallel programming languages, compilers and run-time systems, and/or parallel algorithms, please reach out!
My research focuses on provably efficient implementations of high-level programming languages, especially for parallel programming. My goal is to make it simpler and safer to develop parallel software by providing strong guarantees on not only safety, but also performance. Two examples from my work include (1) provably efficient parallel garbage collection based on disentanglement, and (2) provably efficient automatic granularity control.
Previously, I was a post-doc at Carnegie Mellon University, working with Umut Acar. I completed my PhD at Carnegie Mellon in 2022.
Check out my blog, and come find me elsewhere on the web: Mastodon, Twitter, GitHub.
I lead development of MaPLe (MPL for short), an efficient and scalable parallel functional programming language. MPL offers excellent multicore performance through a combination of provably efficient parallel garbage collection and automatic granularity control. Across a wide range of parallel algorithms and benchmarks (see our benchmark suite), we have shown that MPL can compete with languages such as C/C++ in terms of time and space efficiency.
As a functional language, MPL makes it easy to avoid data races and unintended race conditions. We are currently using MPL at Carnegie Mellon University to help teach parallel programming to over 500 students each year.
MPL is open-source! Check out the project on GitHub or try it out now with Docker:
$ docker pull shwestrick/mpl
$ docker run -it shwestrick/mpl /bin/bash
...# examples/bin/primes @mpl procs 4 --
(John C. Reynolds Doctoral Dissertation Award)
Efficient and Scalable Parallel Functional Programming Through Disentanglement
Carnegie Mellon University, August 2022.
[pdf]
[abstract]
[award info]
GraFeyn: Efficient Parallel Sparse Simulation of Quantum Circuits
QCE 2024.
[pdf]
[abstract]
(Distinguished Paper)
Automatic Parallelism Management
POPL 2024.
[pdf]
[abstract]
[dl.acm]
DisLog: A Separation Logic for Disentanglement
POPL 2024.
[pdf]
[abstract]
[dl.acm]
Efficient Parallel Functional Programming with Effects
PLDI 2023.
[pdf]
[abstract]
[dl.acm]
WARDen: Specializing Cache Coherence for High-Level Parallel Languages
CGO 2023.
[abstract]
[dl.acm]
(Distinguished Paper)
Entanglement Detection With Near-Zero Cost
ICFP 2022.
[pdf]
[abstract]
[dl.acm]
Parallel Block-Delayed Sequences
PPoPP 2022.
[pdf]
[abstract]
[dl.acm]
(Distinguished Paper)
Provably Space-Efficient Parallel Functional Programming
POPL 2021.
[pdf]
[abstract]
[dl.acm]
Parallel Batch-Dynamic Trees via Change Propagation
ESA 2020.
[pdf]
[abstract]
[drops.dagstuhl]
Disentanglement in Nested-Parallel Programs
POPL 2020.
[pdf]
[abstract]
[dl.acm]
Fairness in Responsive Parallelism
ICFP 2019.
[pdf]
[abstract]
[dl.acm]
Hierarchical Memory Management for Mutable State
PPoPP 2018.
[pdf]
[abstract]
[dl.acm]
[arxiv]
Brief Announcement: Parallel Dynamic Tree Contraction via
Self-Adjusting Computation
SPAA 2017.
[abstract]
[dl.acm]
DePa: Simple, Provably Efficient, and Practical Order Maintenance
for Task Parallelism
2022.
[abstract]
[arxiv]
I have been a teaching assistant for the following courses at Carnegie Mellon:
I have had the opportunity to be a mentor for both undergraduate and graduate-level research:
I'm fortunate to have worked with all sorts of incredible people, including Umut Acar, Guy Blelloch, Matthew Fluet, Stefan Muller, Stephanie Balzer, Daniel Anderson, Laxman Dhulipala, Mike Rainey, Rohan Yadav, Jatin Arora, Ram Raghunathan, Adrien Guatto, Yue Yao, Lawrence Wang, Yue Niu, Peter Dinda, Nikos Hardavellas, Simone Campanoni, Mike Wilkins, Brian Suchy, Enrico Deiana, Pascal Costanza, Alexandre Moine, Yongshan Ding, Dantong Li, Sanil Rao, Troels Henriksen, Colin McDonald, Byeongjee Kang, Mingkuan Xu, Pengyu Liu, and many others.
I've been playing music my whole life, and nearly ended up becoming a professional tuba player. (Here's me in 2013, not long before I switched majors to computer science.)
Nowadays, I like to keep up with music by learning covers (e.g. Dean Town by Vulfpeck), composing (e.g. this and this), and doing other silly stuff.
I wrote the music for Maracaibo Digital, the online version of the Maracaibo board game. Some snippets: 1, 2.
I wrote some of the code (AI for bot opponents, and random board generation) for Hexicon, a mobile word-game.