switch implementation of heap from being based on heap.sml (heap as described by one of Chris Okasaki's papers) to being based on bin-vec.sml (simple vector storing elements in sorted order); more performant this way for cache reasons

This commit is contained in:
2025-01-22 18:22:34 +00:00
parent c8c1818d24
commit 174a99a5a0
4 changed files with 90 additions and 208 deletions

View File

@@ -2,7 +2,6 @@ $(SML_LIB)/basis/basis.mlb
(* fcore *)
fcore/constants.sml
fcore/heap.sml
fcore/quad-tree-type.sml
fcore/quad-tree.sml