You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/06/13 12:03:00 UTC

[jira] [Updated] (IGNITE-4554) Optimize integer sets.

     [ https://issues.apache.org/jira/browse/IGNITE-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-4554:
------------------------------------
    Fix Version/s:     (was: 2.1)
                   2.2

> Optimize integer sets.
> ----------------------
>
>                 Key: IGNITE-4554
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4554
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 1.6
>            Reporter: Alexei Scherbakov
>            Assignee: Alexei Scherbakov
>             Fix For: 2.2
>
>
> Ignite has many uses of data structures like Set<Integer>, IntArray etc.
> This is not most efficient way to represent integer sets. The best way is to use compressed bit sets. This should save a lot of heap space.
> We should optimize integer sets whenever possible.
> The most obvious place to start is GridAffinityAssignment.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)