More optimizations
Created by: stratact
Either by switching Vec
s to SmallVec
s or by passing slices instead of iterators to avoid needing to collect into a Vec
in the first place.
Created by: stratact
Either by switching Vec
s to SmallVec
s or by passing slices instead of iterators to avoid needing to collect into a Vec
in the first place.