Recently I was wondering about how java handles collections and the existing opensource java libraries to handle this scenario. Common alternatives to java collections framework are
Having mentioned all these libraries, one should also note that if your app does not demand handling complex collection operation, lots of data to be stored in a collection, java collections framework itself is more than adequate.
Below is a nice article that analyze the above topic in detail
http://stackoverflow.com/questions/629804/what-is-the-most-efficient-java-collections-library
- Apache commons
- Guava
- PCJ
- Trove
Having mentioned all these libraries, one should also note that if your app does not demand handling complex collection operation, lots of data to be stored in a collection, java collections framework itself is more than adequate.
Below is a nice article that analyze the above topic in detail
http://stackoverflow.com/questions/629804/what-is-the-most-efficient-java-collections-library
No comments:
Post a Comment