Y
Hacker News
new
|
ask
|
show
|
jobs
by
kvhdude
1813 days 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?
1 comments
kaliszad
1813 days ago
If you use Clojure than yes, software transactional memory is readily available.
https://clojure.org/reference/refs
link