Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-190

Performance change for SoftConcurrentMap

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.0
    • Common
    • None
    • Patch Available

    Description

      Using a copy on write volatile cache instead of the re-entrant locks provides a good significant performance increase for SoftConcurrentMap.

      The WeakHashMap will be a read only map when doing gets() and when a put()/clear() is made, the cache is copied first and then set as the new cache.

      Patch in a few.

      Attachments

        1. WINK-190.patch
          4 kB
          Bryant Luk

        Activity

          People

            bluk Bryant Luk
            bluk Bryant Luk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: