Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

sort_sync functions in vector_utils not applying in place #93

@jeremysalwen

Description

@jeremysalwen

The permutations crate supports sorting in place, but the sort_sync functions in vector_utils are not using this functionality, and instead copying vectors. This could potentially speed up these operations.

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