[infinispan-issues] [JBoss JIRA] (ISPN-6371) Limit unboxing of Integer values in Distributed Streams

Adrian Nistor (JIRA) issues at jboss.org
Tue Mar 15 11:31:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Nistor updated ISPN-6371:
--------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


Integrated. Thanks [~william.burns]!

> Limit unboxing of Integer values in Distributed Streams
> -------------------------------------------------------
>
>                 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