在使用 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 上的问题页面,所以我想在这里提一个问题以获得帮助。