Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-14472

camel-core - Optimize use HashMap for exchange properties

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.x
    • camel-core
    • None
    • Unknown

    Description

      We can likely use HashMap instead of ConcurrentHashMap for exchange properties as concurrency access is improved in 3.x with the new routing engine.

      This reduces the number of object allocations as hash map is less overhead than a concurrent hashmap.

      Attachments

        Activity

          People

            Unassigned Unassigned
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: