https://github.com/secretshardul/rust-interval-tree-trial
https://github.com/secretshardul/rust-interval-tree-trial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/secretshardul/rust-interval-tree-trial
- Owner: secretshardul
- Created: 2021-07-02T06:03:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T06:03:31.000Z (about 5 years ago)
- Last Synced: 2025-03-12T14:14:35.406Z (over 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Testing an interval tree crate to find liquidity per tick for cyclos.
# Issues
1. Can't delete items
2. Unmaintained
3. To find total liquidity for a price point, we need to loop through the results. This is inefficient since liquidity for several ticks needs to be found.