5 ms·
I recall transactional memory being pitched to take a bite out of lock overheads associated with multithreading. (as opposed to lockless algorithms). Has it bec
by kvhdude 5y ago
I recall transactional memory being pitched to take a bite out of lock overheads associated with multithreading. (as opposed to lockless algorithms). Has it become mainstream?
- kaliszad 5y agoIf you use Clojure than yes, software transactional memory is readily available. https://clojure.org/reference/refs https://clojure.org/reference/refs