Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(list): reduce allocations in
filterItems
(#396)
As the number of items in `targets` is known, use `make` with the expected size instead of appending, which requires more allocations as the `targets` slice grows.
- Loading branch information