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:
@@ -814,7 +814,7 @@ struct
|
|||||||
val left = splitLeft (start, tree)
|
val left = splitLeft (start, tree)
|
||||||
val right = splitRight (finish, tree)
|
val right = splitRight (finish, tree)
|
||||||
|
|
||||||
val left = append (start, finish, tree)
|
val left = append (start, finish, left)
|
||||||
|
|
||||||
val rightStartRelative = getStartIdx right
|
val rightStartRelative = getStartIdx right
|
||||||
val rightStartAbsolute = rightStartRelative + finish
|
val rightStartAbsolute = rightStartRelative + finish
|
||||||
|
|||||||
Reference in New Issue
Block a user