Skip to content

Audit use of slices.Collect(..) #321

Open
@rowanseymour

Description

@rowanseymour

When updating to go 1.23 and switching to the iterator based functions in maps and slices we just replaced something like maps.Keys(..) with slices.Collect(maps.Keys(..)) but it would be better to actually use iterators where we can, especially for things like chunking thru really big slices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions