在我玩 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 找到相关的问题页面,所以我想在这里留下一个问题 hoping 获得帮助。