| Crates.io | kd_interval_tree |
| lib.rs | kd_interval_tree |
| version | 0.1.1 |
| created_at | 2023-02-16 12:56:05.078947+00 |
| updated_at | 2023-02-16 13:02:51.93166+00 |
| description | Implements a K-dimensional interval tree, for fast interval-overlap lookup. Binary-tree based implementation, i.e. O(log(n)) lookups. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 786734 |
| size | 24,641 |
This crates implements a K-dimensional interval tree, based on a binary search (with the same complexity w.r.t operations).
~~ That's all folks ~~