Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-7134

Reduce overhead of PartitionedRegion.executeOnBucketSet

    XMLWordPrintableJSON

Details

    Description

      PartitionedRegion.executeOnBucketSet spends 56% of function executions CPU time comparing and pruning bucket sets. It also accounts for 89% of the transient object allocation during function execution.

      Given that bucket sets are sets of integers let's look for a more suitable implementation of set operations on integers. Consider int[] as set of integers too reduce CPU and transient object allocations.

      Attachments

        Issue Links

          Activity

            People

              mivanac Mario Ivanac
              jbarrett Jacob Barrett
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 4h 10m
                  4h 10m