A reader-friendly reader-writer mutex type

XMLWordPrintableJSON

    • Service Arch
    • Fully Compatible
    • v8.0, v7.0
    • Networking & Obs 2024-05-27
    • 0
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This ticket will introduce RWMutex, a reader-writer mutex type that assumes reads are more frequent than writes. This new primitive should mimic the public APIs and the behavior of std::shared_mutex, while providing lower cost for locking/unlocking the mutex in both read and write modes. This ticket should also replace the mutex in here and here with the newly added RWMutex.

              Assignee:
              Amirsaman Memaripour
              Reporter:
              Amirsaman Memaripour
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: