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

https://github.com/secretshardul/rust-interval-tree-trial


https://github.com/secretshardul/rust-interval-tree-trial

Last synced: about 1 year ago
JSON representation

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.