我在与 aoc2018 d9 玩耍时遇到了这个错误。这个错误似乎在向量有超过 2M 项时出现。
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 中的问题页面,所以我想在这里留下一个问题来寻求帮助。