change 'targetLength' of SearchList.t from 1024 to 32

This commit is contained in:
2024-11-16 19:59:46 +00:00
parent 5e9f118b15
commit f7cc2d4740
2 changed files with 3 additions and 1 deletions

View File

@@ -28,7 +28,9 @@ struct
() ()
end end
val targetLength = 1024 (* clojure's persistent vectors contain arrays of length 32
* and this data structure is similar to that, so we also use 32 *)
val targetLength = 32
val empty: t = {left = [], right = []} val empty: t = {left = [], right = []}

BIN
shf

Binary file not shown.