Oh! The dreaded data race! How we hate it! It makes life hard for the humble parallel programmer, causing programs to behave unpredictably when two processes try to use the same memory location at the same time and at least one of them is updating it. But I recently came across the idea of the [...]
Filed under: Parallelism, Programming | Tagged: data races | 2 Comments »




