rust-kdbush
Spatial Index
Provides a fast 2D spatial index solution for efficient point searches
A Rust port of kdbush, a fast static spatial index for 2D points.
11 stars
3 watching
3 forks
Language: Rust
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kylebarron/geo-index | A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency. | 77 |
mrhooray/kdtree-rs | An efficient data structure library for fast geospatial indexing and nearest neighbor searches | 230 |
georust/rstar | An efficient spatial index implementation for nearest neighbor search in n-dimensional spaces | 414 |
adamreichold/sif-rtree | An immutable data structure for efficiently storing and querying spatial data in 2D space | 4 |
mourner/flatbush | A fast and efficient spatial index for 2D points and rectangles in JavaScript | 1,421 |
pka/georaster | A Rust library for working with geospatial raster images | 24 |
georust/geo | Geospatial primitive types and algorithms for spatial data manipulation | 1,569 |
alyst/spatialindexing.jl | Efficient in-memory indexing of spatial data | 32 |
jblindsay/kdtree | An efficient spatial data structure for fast point query operations | 43 |
stefansalewski/rtree | A data structure for efficient spatial searching and indexing of objects in high-dimensional space. | 26 |
armon/erl-rstar | A high-performance data structure for efficient spatial indexing and querying of multi-dimensional data | 59 |
georust/kml | A Rust library for working with KML data formats | 27 |
plokhotnyuk/rtree2d | A high-performance 2D spatial indexing library for efficient nearest and intersection queries | 132 |
juliageo/libspatialindex.jl | A Julia wrapper around a spatial indexing library for efficient storage and querying of 2D data. | 10 |
ksxgithub/parallel-disk-usage | An analyzer tool that displays disk usage data in graphical form. | 450 |