Wait-free concurrent data objects are widely used in multiprocessor systems and real-time systems. Their popularity results from the fact that they avoid locking and that concurrent operations on such data objects are guaranteed to finish in a bounded number of steps regardless of the other operations interference. The data objects allow high access parallelism and guarantee correctness of the concurrent access with respect to its semantics. In such a highly-concurrent environment, where write-operations update the object state concurrently with read-operations, the age/freshness of the state returned by a read-operation is a significant measure of the object quality. In this paper, we first propose a freshness measure for wait-free concur...
We consider shared memory systems in which asynchronous processes cooperate with each other by commu...
This paper considers the modeling and the analysis of the performance of lock-free concurrent datast...
Wait-freedom and obstruction-freedom have received a lot of attention in the literature. These are s...
Wait-free concurrent data objects are widely used in multiprocessor systems and real-time systems. T...
In many application scenarios, data consumed by real-time tasks are required to meet a maximum age, ...
In this paper we define and study public data structures, which are concurrent data structures in th...
We give an algorithm to minimize the total completion time on-line on a single machine, using restar...
Parallelism plays a significant role in high-performance computing systems, from large clusters of c...
Lock-free concurrent algorithms guarantee that some concurrent operation will always make progress i...
International audienceAutomotive systems are composed of embedded applications which are continuousl...
Highly concurrent and reliable data objects are vital for parallel programming. Lock-free shared dat...
A concurrent data object is lock-free if it guarantees that at least one, among all concurrent opera...
We address inconsistency in large-scale information systems. More specifically, we address inconsist...
The liveness of concurrent objects despite asynchrony and failures is a fundamental problem. To that...
Online search is a basic online problem. The fact that its optimal deterministic/randomized solution...
We consider shared memory systems in which asynchronous processes cooperate with each other by commu...
This paper considers the modeling and the analysis of the performance of lock-free concurrent datast...
Wait-freedom and obstruction-freedom have received a lot of attention in the literature. These are s...
Wait-free concurrent data objects are widely used in multiprocessor systems and real-time systems. T...
In many application scenarios, data consumed by real-time tasks are required to meet a maximum age, ...
In this paper we define and study public data structures, which are concurrent data structures in th...
We give an algorithm to minimize the total completion time on-line on a single machine, using restar...
Parallelism plays a significant role in high-performance computing systems, from large clusters of c...
Lock-free concurrent algorithms guarantee that some concurrent operation will always make progress i...
International audienceAutomotive systems are composed of embedded applications which are continuousl...
Highly concurrent and reliable data objects are vital for parallel programming. Lock-free shared dat...
A concurrent data object is lock-free if it guarantees that at least one, among all concurrent opera...
We address inconsistency in large-scale information systems. More specifically, we address inconsist...
The liveness of concurrent objects despite asynchrony and failures is a fundamental problem. To that...
Online search is a basic online problem. The fact that its optimal deterministic/randomized solution...
We consider shared memory systems in which asynchronous processes cooperate with each other by commu...
This paper considers the modeling and the analysis of the performance of lock-free concurrent datast...
Wait-freedom and obstruction-freedom have received a lot of attention in the literature. These are s...