AdvancedVocabulary#software-architecture#developer-tools#backend

Lock-Free Data Structures Vocabulary

Learn the vocabulary of concurrent operations that rely on atomic instructions instead of a traditional lock.

0 / 5 completed
1 / 5
At standup, a dev mentions a data structure whose concurrent operations never block a thread with a traditional lock, instead relying on atomic instructions like compare-and-swap so that at least one thread's operation always keeps making progress. What is this kind of data structure called?