Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1987

TransferQueueBundler: use ring buffer rather than linked queue

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 3.6.7
    • None
    • None

    Description

      LinkedBlockingQueue creates new entries for new elements, creating a steady memory churn. Use a fixed size array or ring buffer of capacity elements instead.
      Possibly a new bundler implementation, to be able to contrast it to the existing one for performance.

      Attachments

        Activity

          People

            rhn-engineering-bban Bela Ban
            rhn-engineering-bban Bela Ban
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: