Concurrency Freaks
A web site dedicated to Concurrent algorithms and patterns.
Thursday, October 24, 2019
Hydra 2019 talks are now online
›
If you're interested in distributed systems or shared memory concurrency, the Hydra 2019 talks are now online. https://www.youtube.com/...
Sunday, October 20, 2019
Why use a PTM in your application?
›
When adapting or creating new applications that use Persistent Memory (PM), developers are faced with two main choices: using a PTM or manua...
Monday, October 14, 2019
What is a concurrent algorithm without order?
›
I've heard Leslie Lamport mention on multiple occasions: " An algorithm is not a program! " and I fully agree with him and wo...
Sunday, October 6, 2019
Recovery on a hand-made durable data structure versus recovery on a Persistent Transactional Memory
›
A durable data structure is a data structure in Persistent Memory (PM) or Non-Volatile Memory, if you prefer. These data structures have to...
Tuesday, October 1, 2019
Atomic Durability - How do databases recover from a crash ?
›
In this post we're going to talk about the four different ways of having durable transactions. If you want to know how databases and fil...
2 comments:
‹
›
Home
View web version