cavm.lazy-utils
consume-vec
(consume-vec v)
Return a seq of a vector which allows the beginning of the vector to be garbage collected as the vector is consumed.
lazy-mapcat
(lazy-mapcat f coll)
mapcat, evaluating one collection at a time.
(consume-vec v)
Return a seq of a vector which allows the beginning of the vector to be garbage collected as the vector is consumed.
(lazy-mapcat f coll)
mapcat, evaluating one collection at a time.