Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure by

The attached patch uses a sequence to create an iterator for persistent vectors. It should be slightly more efficient for PersistentVector objects than repeatedly calling nth (for reasons that I outline in the commit message).

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-958 (reported by chrismgray)
...