An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Feb 20, 2021 2:32 UTC (Sat) by Cyberax (✭ supporter ✭, #52523)In reply to: An introduction to lockless algorithms by pebolle
Parent article: An introduction to lockless algorithms
It's a mathematical term (a "totally ordered set"). It means that for any two events you can tell which one came earlier.
This is opposed to a partially ordered set. A good example of a partially ordered set is a genealogical tree. From the information within the tree you can tell that some people are older than other (a father is always older than a son) but for some cases there's not enough information (e.g. you can be younger or older than your cousin).
