Open thesecretmaster opened 5 years ago
According to this page, instead of using the sync primitives we've used everywhere, we should be using atomic primitives. Also, we should check if we need atomic load/stores anyways, cuz if we do, we should use the appropriate primitives.
According to this page, instead of using the sync primitives we've used everywhere, we should be using atomic primitives. Also, we should check if we need atomic load/stores anyways, cuz if we do, we should use the appropriate primitives.