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

sort_sync functions in vector_utils not applying in place #93

Open
jeremysalwen opened this issue Jan 24, 2022 · 0 comments
Open

sort_sync functions in vector_utils not applying in place #93

jeremysalwen opened this issue Jan 24, 2022 · 0 comments

Comments

@jeremysalwen
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant