You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
#### compiled with JDK 13.0.1
4
4
5
-
<b>A data structure used for efficient approximation of coordinates on a plain. My version here is static meaning it is completely built from the tip down to the leaves during initialization in order to improve search performance at a tiny cost of extra memory required to store all quadnodes. Some noteworthy characteristics:</b>
5
+
<b>A data structure used for efficient approximation of coordinates on a plain. My version here is static meaning it is completely built from the tip down to the leaves during initialization in order to improve search performance at a tiny cost of extra memory required to store all quadnodes.
6
+
7
+
Some noteworthy characteristics:</b>
6
8
- exclusively designed to work with AABBs
7
9
- pre-built Quadtree eliminates need to create new "Quadnode" objects in real-time
8
10
- pre-built Quadtree has pre-calculated quadnode centers to eliminate arithmetic during real-time search within tree
0 commit comments