Simulating Infinity in Conway's Game of Life with Modern C++(ryanjk5.github.io) |
Simulating Infinity in Conway's Game of Life with Modern C++(ryanjk5.github.io) |
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.