Re: Multimap implementation attempt

2016-03-29 Thread Valentin Kulichenko
Hi Konstantin, Do you have any progress on this ticket? When do you plan to finish it? -Val On Wed, Mar 2, 2016 at 2:54 AM, Yakov Zhdanov wrote: > Hi Konstantin! > > I have added a comment to the ticket. > > --Yakov > > 2016-03-01 16:13 GMT+03:00 Konstantin Margorin : > > > Hello Igniters. > >

Re: Multimap implementation attempt

2016-03-02 Thread Yakov Zhdanov
Hi Konstantin! I have added a comment to the ticket. --Yakov 2016-03-01 16:13 GMT+03:00 Konstantin Margorin : > Hello Igniters. > > I'm trying now to implement Multimap datastructure. I wrote a comment about > implementation details here: > > https://issues.apache.org/jira/browse/IGNITE-640 > >

Multimap implementation attempt

2016-03-01 Thread Konstantin Margorin
Hello Igniters. I'm trying now to implement Multimap datastructure. I wrote a comment about implementation details here: https://issues.apache.org/jira/browse/IGNITE-640 Now I got Multimap prototype with put/get methods: https://github.com/apache/ignite/compare/master...ruskim:ignite-640?expand