Modify ConcurrentSharedValuesMap to use immutable maps

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      ConcurrentSharedValuesMap currently uses a shared_ptr that's replaced with another one whenever we update the map.

      Updates to the map happen by copying the entire map and replacing the specified element. This is a pattern that lends itself very easily to our new immutable unordered_map.

              Assignee:
              [DO NOT USE] Backlog - Storage Execution Team
              Reporter:
              Jordi Olivares Provencio
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: