thesecretmaster / predis-v0

Like redis, but parallel and written from scratch for fun!
GNU General Public License v3.0
1 stars 0 forks source link

__sync atomic primatives are out of date #6

Open thesecretmaster opened 5 years ago

thesecretmaster commented 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.