decrease memory consumption of quad tree by refraining from storing bounding box metadata (except for the global root which stores the width and height)

This commit is contained in:
2025-02-01 01:03:57 +00:00
parent 73aeeb5301
commit 9e9675aaab
4 changed files with 168 additions and 274 deletions

View File

@@ -4,8 +4,8 @@ $(SML_LIB)/basis/basis.mlb
fcore/constants.sml
fcore/quad-tree-type.sml
fcore/quad-tree.sml
fcore/quad-tree-fold.sml
fcore/quad-tree.sml
fcore/bin-search.sml
fcore/bin-vec.sml