PaulBridger.net
Title
paulbridger.net | C++, patterns, design, games programming, self-aggrandisement, etc.
Description
Excerpted from the website:
- A Read/Write Lock is essentially a mutex that is optimised for the common usage scenario where a resource is much more often read than modified. Read/Write Locking can substantially improve performance in this usage scenario.
Languages
English
Logos
Additional Information
External Links
