progress in changing functions to use 'PersistentVector.delete' so that search list is incremental and not rebuilt from scratch after each deletion

This commit is contained in:
2026-02-06 08:57:18 +00:00
parent df7669b065
commit 9c66c3f5e8

View File

@@ -814,7 +814,7 @@ struct
val left = splitLeft (start, tree)
val right = splitRight (finish, tree)
val left = append (start, finish, tree)
val left = append (start, finish, left)
val rightStartRelative = getStartIdx right
val rightStartAbsolute = rightStartRelative + finish