#quad-tree #bounding-box #element

aabb-quadtree

A quadtree that maps bounding-boxes to elements

2 unstable releases

Uses old Rust 2015

0.2.0 May 29, 2019
0.1.0 Dec 2, 2017

#1968 in Data structures

Download history 1133/week @ 2024-12-09 463/week @ 2024-12-16 71/week @ 2024-12-23 344/week @ 2024-12-30 815/week @ 2025-01-06 1261/week @ 2025-01-13 1215/week @ 2025-01-20 1536/week @ 2025-01-27 2967/week @ 2025-02-03 2641/week @ 2025-02-10 2014/week @ 2025-02-17 2438/week @ 2025-02-24 2797/week @ 2025-03-03 2250/week @ 2025-03-10 2913/week @ 2025-03-17 1911/week @ 2025-03-24

9,910 downloads per month
Used in 4 crates

MIT/Apache

24KB
568 lines

A simple spacial partitioning data structure that allows fast queries for 2-dimensional objects.

As the name implies, the tree is a mapping from axis-aligned-bounding-box => object.

Dependencies

~3MB
~66K SLoC