collections icon indicating copy to clipboard operation
collections copied to clipboard

High performance and low latency Exchange Collections written in Java

exchange collections

Exchange Collections is an open source high performance Java collections project. -Adaptive Radix Tree.

Features

  • low-latency - no need to re-balance or re-size
  • objects pooling, no GC pressure
  • keys are stored in sorted order

Installation

  1. Install library into your Maven's local repository by running mvn install
  2. 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>

Usage examples

TBD

Testing

TBD

Contributing

Exchange Collections is an open-source project and contributions are welcome!