There are many third-party java libraries for high performance in the Java Collection. According to this DZONE Article , there are some proprietary libraries that follow the OSGI model and provide high performance in the Java Collection or also perform some other actions. Now they Java 8are launched Streamsto ensure good performance in collection libraries, and we also perform some parallel actions with Streams. Now the following questions:
- Are Java threads more efficient than third-party libraries such as
Trove, Javolutionetc. - Can
Java 8 Streamscollections be used with other libraries?
source
share