Comment on Why is processing a sorted array faster than an unsorted array?parentComments−yxhuvud13yDepends. One atomic writer - multiple readers work out to be pretty darn fast if protected by only a memory fence.
Comments
Depends. One atomic writer - multiple readers work out to be pretty darn fast if protected by only a memory fence.