You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/02/27 11:05:01 UTC

[jira] [Created] (IGNITE-7823) Enrich IgniteCache with asSet method

Andrey Kuznetsov created IGNITE-7823:
----------------------------------------

             Summary: Enrich IgniteCache with asSet method
                 Key: IGNITE-7823
                 URL: https://issues.apache.org/jira/browse/IGNITE-7823
             Project: Ignite
          Issue Type: New Feature
          Components: data structures
            Reporter: Andrey Kuznetsov
             Fix For: 2.5


Existing {{IgniteSet}} datastructure is good enough for small sets. For big sets it's too expensive to maintain redundant onheap data copies. Thus we'd better to add new {{IgniteCache::asSet}} method returning set adapter to existing cache. The difference between these two kinds of sets should be properly documented afterwards. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)