Advertisement
Advertisement
β‘ Community Insights
Discussion Sentiment
88% Positive
Analyzed from 248 words in the discussion.
Trending Topics
#const#data#torus#immutable#mutable#pointers#view#cache#actually#code
Discussion Sentiment
Analyzed from 248 words in the discussion.
Trending Topics
Discussion (11 Comments)Read Original on HackerNews
Should I use a mutex for each cache instance? As a beginner developer, my guess is that the original author assumes data races won't occur based on the execution timing. However, I'm really not sure if that assumption is actually correct/safe.