|
|
|
|
|
by asarazan
4785 days ago
|
|
As a small post-mortem, one interesting thing we learned while building this library: The reason Apple never included a read/write lock. They're hard to get right (probably not a problem for Apple), and their overhead usually counterbalances any potential performance gains (possibly a problem for the unwary developer). We've got some optimization work to do :-) |
|