Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-87004

Optimize hash-tables with infrequent updates

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • Service Arch
    • Fully Compatible
    • Service Arch 2024-04-15, Service Arch 2024-04-29

      This will use the optimized rwmutex from SERVER-86656 to create reader-optimized hash-tables for scenarios where the hash-table is not expected to change frequently, but the values are. For synchronizing values, we can either use AtomicWord, or the hazard pointer primitive from SERVER-86657.

      This will be helpful for, and should be adopted by, the following:

            Assignee:
            amirsaman.memaripour@mongodb.com Amirsaman Memaripour
            Reporter:
            amirsaman.memaripour@mongodb.com Amirsaman Memaripour
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: