Hello,
Gauge and friends behave like std::atomic<double>. Do you think it makes sense to add std::memory_order parameter to operations so that the caller doesn't have to pay for sequential consistency if they don't need it?
Let me know what you think!
Hello,
Gaugeand friends behave likestd::atomic<double>. Do you think it makes sense to addstd::memory_orderparameter to operations so that the caller doesn't have to pay for sequential consistency if they don't need it?Let me know what you think!