mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-23 11:40:40 +00:00
Implemented a `Surveyor` that will evaluate the bounding boxes of a set of triangles and determine the dimension with the maximum spread and the shared prefix for the values of dimension with the maximum spread.
6 lines
107 B
Rust
6 lines
107 B
Rust
//! Spatial module (implements a block kd-tree)
|
|
|
|
pub mod radix_select;
|
|
pub mod surveyor;
|
|
pub mod triangle;
|