Some of my colleagues think that, in some cases, such as approximately 
counting the sum total of requests, we don't need to know the accurate 
value, so we can let several goroutines to access one variable without lock 
or atomic operation to get the highest performance, and we can ignore the 
warning of race detector in these cases. Is that true?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to