There are lots of java third party libraries are available for provide high performance in Java Collection. According to this DZONE Article, there are some native libraries that follow OSGI model and provide high performance in Java Collection or also perform some others action. Now in Java 8
the Streams
are launched for provide good performance in collection libraries and we also perform some parallel actions using Streams
. Now, Following are my questions:
- Is Java Streams have better performance then third party libraries like
Trove
,Javolution
etc. - Is is possible to use
Java 8 Streams
with other collection libraries ?