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

Avoid outoboxing on org.jgroups.stack.AckSenderWindow.get(long)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Major Major
    • 3.1
    • None
    • None

      In certain scenarios the org.jgroups.stack.AckSenderWindow.get(long) method is invoked frequently, and each long is converted in a Long, becoming an allocation hotspot.
      I'm wondering if the ConcurrentNavigableMap used in AckSenderWindow could be converted in a more primitive-friendly collection.

            rhn-engineering-bban Bela Ban
            sgrinove Sanne Grinovero
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: