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
- Host: GitHub
- URL: https://github.com/exchange-core/collections
- Owner: exchange-core
- License: apache-2.0
- Created: 2020-04-17T17:58:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T03:33:48.000Z (about 1 year ago)
- Last Synced: 2024-05-19T07:41:40.055Z (12 months ago)
- Topics: data-structures, garbage-free, hft, java, low-latency, tree-structure
- Language: Java
- Size: 180 KB
- Stars: 50
- Watchers: 6
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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