Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small optimization in
Stream.Reducers.chunk_every/5
(elixir-lang#8206)
Due to the check `acc_count >= limit` inside `chunk_fun`, `acc_count` can only be greater than `count` if `step` is bigger than `count`, there is no need for this check.
- Loading branch information