Exchange Collections is an open source high performance Java collections project. -Adaptive Radix Tree.
- low-latency - no need to re-balance or re-size
- objects pooling, no GC pressure
- keys are stored in sorted order
- Install library into your Maven's local repository by running
mvn install - Add the following Maven dependency to your project's
pom.xml:
<dependency> <groupId>exchange.core2</groupId> <artifactId>collections</artifactId> <version>0.5.1</version> </dependency> TBD
TBD
Exchange Collections is an open-source project and contributions are welcome!