What atomic orders should i use for what operations, or rather, which orders are commonly used for which operations.
one operation im trying to do is returning an element from an array, it's a copy by value so no modifications.
i've been using seq_cst but i think that's the slowest one so far and probably overkill?
Sorry if i'm a bit vague, very new to atomics