Skip to content

5 REQ qa.perf.locks

Manuel Hatzl edited this page Aug 24, 2023 · 3 revisions

qa.perf.locks: Performance impact of multithreaded locking

References:

Use as few write-locks as possible, and prefer RwLock over Mutex.

Note: RwLock allows multiple read-locks on the same shared data.

REQ-Referencing Overview:

Last update: 2023-09-14_10:01 UTC
Branch: main
Commit: 98f71ca

Clone this wiki locally