Y
Hacker News
new
|
ask
|
show
|
jobs
by
chowells
423 days ago
Does the memory model guarantee that double-check locking will be correct? I don't actually know for ruby.
1 comments
JamesSwift
423 days ago
I think it wouldnt even be a consideration on this since we arent initializing the store here only accessing the key. And theres already the check-then-set race condition in that scenario so I think it is doubly fine.
link