By the way, usage of lambdas instead of anonymous class may have positive performance effect.
And Java 8 provides us a number of new features, which allows Ignite operate faster (e.g. Arrays.parrallelSort, list.sort(), etc). пн, 5 мар. 2018 г. в 18:15, Vladimir Ozerov <[email protected]>: > Hi Vyacheslav, > > I would not recommend using them without strong reasons. While convenient > for developers in general, some of these features has hidden pitfails, > which may affect performance and serialization. But as our product is very > performance sensitive, it is better to have slightly more code which is > simple and expressive, rather than save several lines of code and loose > understanding on what is going on. > > On Mon, Mar 5, 2018 at 6:07 PM, Vyacheslav Daradur <[email protected]> > wrote: > > > Hi, Igniters! > > > > Since we official support Java 8, I want to find out the following > > question: > > > > Are there any restrictions on using lambdas and other Java 8 features? > > > > -- > > Best Regards, Vyacheslav D. > > >
