static_aabb2d_index VS grid

Compare static_aabb2d_index vs grid and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
static_aabb2d_index grid
2 5
28 81
- -
6.5 6.8
8 months ago 3 days ago
Rust Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

static_aabb2d_index

Posts with mentions or reviews of static_aabb2d_index. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-27.
  • Is there a quadtree implementation with generic types for the coordinates?
    2 projects | /r/rust | 27 Oct 2022
    Depending on your use case this crate provides a very fast static (must be rebuilt to add/remove bounding boxes) axis aligned bounding box index: https://github.com/jbuckmccready/static_aabb2d_index. It's very fast to build the index using hilbert curve sorting and forms the index structure as a tree with controllable node sizes.
  • Efficient Computation of the Hilbert Curve
    4 projects | /r/rust | 21 Mar 2021
    Here is the approach ported to rust code for a 2D spatial index: https://github.com/jbuckmccready/static_aabb2d_index/blob/master/src/static_aabb2d_index.rs#L411

grid

Posts with mentions or reviews of grid. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing static_aabb2d_index and grid you can also consider the following projects:

CavalierContours - 2D polyline library for offsetting, combining, etc.

hypergraph - Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.

fast-hilbert - Fast Hilbert space-filling curve transformation using a LUT

rpds - Rust persistent data structures

lyon - 2D graphics rendering on the GPU in rust using path tessellation.

Fyrox - 3D and 2D game engine written in Rust

grid_pathfinding - Pathfinding on grids using jumping point search and connected components.

hilbert_curves - Fast Hilbert Curves

staticvec - Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.

zemeroth - 😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust