An open API service indexing awesome lists of open source software.

https://github.com/exchange-core/collections

High performance and low latency Exchange Collections written in Java
https://github.com/exchange-core/collections

data-structures garbage-free hft java low-latency tree-structure

Last synced: 5 months ago
JSON representation

High performance and low latency Exchange Collections written in Java

Awesome Lists containing this project

README

        

# exchange collections
[![][license img]][license]

Exchange Collections is an **open source high performance Java collections** project.
-[Adaptive Radix Tree](https://db.in.tum.de/~leis/papers/ART.pdf).

### 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`:
```

exchange.core2
collections
0.5.1

```

### Usage examples

TBD

### Testing

TBD

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

[license]:LICENSE
[license img]:https://img.shields.io/badge/License-Apache%202-blue.svg