Skip to content

Commit

Permalink
[data] Chunk improvements (#962)
Browse files Browse the repository at this point in the history
- 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
hearnadam authored Jan 3, 2025
1 parent 9c20df0 commit b27536f
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 114 deletions.
Loading

0 comments on commit b27536f

Please sign in to comment.