Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Extend `StrictOptimizedSeqOps` with `Chunk` to optimize `Seq` based methods - Improve APIs to correctly return `Chunk[A]` instead of `Seq[A]` - Optimize `Chunk.Indexed#iterator` - Optimize `Chunk#take` to avoid allocations - Optimize `Chunk#appended` to use `Chunk#append`
- Loading branch information