Y
Hacker News
new
|
ask
|
show
|
jobs
by
amluto
113 days ago
Wow, folly::SharedMutex is quite an example of design tradeoffs. I wonder what application the authors wanted it for where using a
global
array was better than a per-mutex array.