Table of Contents
7 relations: Causal consistency, Concurrent computing, Linux kernel, Non-blocking algorithm, Portland State University, Read-copy-update, Special relativity.
Causal consistency
Causal consistency is one of the major memory consistency models.
See Relativistic programming and Causal consistency
Concurrent computing
Concurrent computing is a form of computing in which several computations are executed concurrently—during overlapping time periods—instead of sequentially—with one completing before the next starts.
See Relativistic programming and Concurrent computing
Linux kernel
The Linux kernel is a free and open source, UNIX-like kernel that is used in many computer systems worldwide.
See Relativistic programming and Linux kernel
Non-blocking algorithm
In computer science, an algorithm is called non-blocking if failure or suspension of any thread cannot cause failure or suspension of another thread; for some operations, these algorithms provide a useful alternative to traditional blocking implementations.
See Relativistic programming and Non-blocking algorithm
Portland State University
Portland State University (PSU) is a public research university in Portland, Oregon, United States.
See Relativistic programming and Portland State University
Read-copy-update
In computer science, read-copy-update (RCU) is a synchronization mechanism that avoids the use of lock primitives while multiple threads concurrently read and update elements that are linked through pointers and that belong to shared data structures (e.g., linked lists, trees, hash tables).
See Relativistic programming and Read-copy-update
Special relativity
In physics, the special theory of relativity, or special relativity for short, is a scientific theory of the relationship between space and time.
See Relativistic programming and Special relativity

