我在玩 aoc2018 d9 时遇到了这个错误。看起来当向量中的项目数量超过 200 万时,这个错误就会出现。
Execution error (ArrayIndexOutOfBoundsException) at clojure.core.rrb-vector.rrbt/slice-left$fn (rrbt.clj:393).
Index 33 out of bounds for length 33
rrbt.clj: 393 clojure.core.rrb-vector.rrbt/slice-left/fn
rrbt.clj: 392 clojure.core.rrb-vector.rrbt/slice-left
rrbt.clj: 375 clojure.core.rrb-vector.rrbt/slice-left
rrbt.clj: 1098 clojure.core.rrb-vector.rrbt.Vector/slicev
rrb_vector.clj: 83 clojure.core.rrb-vector/subvec
rrb_vector.clj: 73 clojure.core.rrb-vector/subvec
我找不到 GitHub 上的问题页面,所以我想在这里留个问题请求帮助。