Testing some singleton implementations

Sean Kelly sean at invisibleduck.org
Fri Feb 7 00:10:56 PST 2014


Weird.  atomicLoad(raw) should be the same as atomicLoad(acq), 
and atomicStore(raw) should be the same as atomicStore(rel).  At 
least on x86.  I don't know why that change made a difference in 
performance.


More information about the Digitalmars-d mailing list