COOKIES: By using this website you agree that we can place Google Analytics Cookies on your device for performance monitoring. |
Lock-free programmingAdd to your list(s) Download to your calendar using vCal
If you have a question about this talk, please contact Edgar Liberis. Over the last decade, multi-core processors have become mainstream. To fully exploit the potential of executing multiple instructions simultaneously, programmers divided their process into standalone execution units called threads, which can run in parallel. However, concurrent threads share memory and data races occur when they attempt to access the same memory in the same clock cycle. The traditional way of locking is to restrict access to critical parts of memory to only one thread (that currently holds the lock), but it often fails to meet the speed and stability requirements of time critical sections. Lock free programming is a technique, that gained popularity in the past two decades, to allow multiple threads to interact without blocking each other, resulting in a more stable and faster system. In this talk, I will introduce the general principle of lock free programming, present a simple example of a lock free data structure (a lock free stack) and explore the possible pitfalls in the process. This talk is part of the Churchill CompSci Talks series. This talk is included in these lists:
Note that ex-directory lists are not shown. |
Other listsProteins, Genomes & Computers Materials Chemistry Research Interest Group International Political Theory Research Seminar Series NanoDTC Talks Humanitas lectures Vet School SeminarsOther talksLipschitz Global Optimization Algorithmic Investigation of Large Biological Data sets TBA Land of Eagles - Albania: from closed nation to wildlife paradise - where next? Brest-Litovsk and the Making of Modern Ukraine and Russia |