Search:

Type: Posts; User: brewbuck

Search: Search took 0.06 seconds.

  1. Replies
    10
    Views
    2,651

    This may be of interest: 64-bit atomic reads...

    This may be of interest:

    64-bit atomic reads and writes on x86 | niallryan.com
  2. Replies
    10
    Views
    2,651

    Atomic operations should be the default strategy,...

    Atomic operations should be the default strategy, only falling back to performance-killing synchronization objects when their use is impossible. Synchronization will ruin scalability every time.
    ...
Results 1 to 2 of 2