Publications
- How to Relax Instantly: Elastic Relaxation of Concurrent Data Structures (Euro-Par 2024). Kåre von Geijer, Philippas Tsigas.
- Won the Euro-Par 2024 Best Paper award.
- Links: Published paper, accepted manuscript, extended pre-print, published artifact.
Master Thesis Supervision
I have had the pleasure to supervise a few students through their master's theses. These projects have often led to some interesting results, and have always been very enjoyable to work with. Here is the list of projects I've supervised:
- Relaxed Priority Queue & Evaluation of Locks (2023). Andreas Rudén, Ludvig Andersson.
- This project explored the creation of a novel relaxed priority queue with discrete priority values. Furthermore, it tried replacing the lock-free sub-queues within the relaxed concurrent queues of the 2D framework with cache-efficient lock-based ones.