code functor to fold through a specified region of the quad tree, without having to allocate an intermediary list or using a closure (which both have runtime costs)

This commit is contained in:
2025-01-18 22:54:34 +00:00
parent 2c6b1556d1
commit 84ea0ce24b
4 changed files with 171 additions and 17 deletions

View File

@@ -2,7 +2,11 @@ $(SML_LIB)/basis/basis.mlb
(* fcore *)
fcore/constants.sml
fcore/quad-tree-type.sml
fcore/quad-tree.sml
fcore/quad-tree-fold.sml
fcore/bin-search.sml
ann