Drepper - What Every Programmer Should Know About Memory

From liblfds.org
Revision as of 09:05, 4 June 2016 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

This document is not a white paper, but rather is essential background knowledge for lock-free work. It is not possible to properly write or implement lock-free code without the knowledge in this document. You may think you can, but you can't, you just don't know it.

See Also