On Monday, 21 October 2013 at 20:50:28 UTC, qznc wrote: > As far as I google, D has not specified a memory model. > > However, I assume it should basically be the same as the C++ > memory model: Sequential consistency for data-race-free > programs. shared = sequential consistency. immutable = immutable. TL = do whatever you want to make my program faster.