AdvancedVocabulary#backend#developer-tools#algorithms

Software Transactional Memory Vocabulary

Learn the vocabulary of composing atomic memory updates that automatically retry on conflict instead of using explicit locks.

0 / 5 completed
1 / 5
A teammate describes a concurrency technique where a block of memory operations runs speculatively, and if another thread modified the same data concurrently, the whole block automatically retries instead of using explicit locks. What is this technique called?