Skip to content

More optimizations

Michael Aaron Murphy requested to merge stratact:no-vec into master

Created by: stratact

Either by switching Vecs to SmallVecs or by passing slices instead of iterators to avoid needing to collect into a Vec in the first place.

Merge request reports