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

TransferQueueBundler: use ring buffer rather than linked queue

XMLWordPrintable

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

      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.

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

                Created:
                Updated:
                Resolved: