[infinispan-issues] [JBoss JIRA] (ISPN-6371) Use BitSet for segment filter to limit unboxing for every element

William Burns (JIRA) issues at jboss.org
Sat Mar 12 01:54:00 EST 2016


William Burns created ISPN-6371:
-----------------------------------

             Summary: Use BitSet for segment filter to limit unboxing for every element
                 Key: ISPN-6371
                 URL: https://issues.jboss.org/browse/ISPN-6371
             Project: Infinispan
          Issue Type: Enhancement
    Affects Versions: 8.2.0.Final
            Reporter: William Burns
            Assignee: William Burns
             Fix For: 9.0.0.Alpha1


Currently when a distributed stream filters entries it has to check the segment.  Unfortunately each check of the segment requires unboxing an Integer value.  If we instead unbox all of the Integers into something like a BitSet we won't incur this cost per entry and instead it will be limited by how many segments we have.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list