Skip to content

High performance and low latency Exchange Collections written in Java

License

Notifications You must be signed in to change notification settings

exchange-core/collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!