Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose sort on Vector #142

Open
VeaaC opened this issue Jun 27, 2019 · 1 comment
Open

Expose sort on Vector #142

VeaaC opened this issue Jun 27, 2019 · 1 comment
Labels

Comments

@VeaaC
Copy link
Collaborator

VeaaC commented Jun 27, 2019

Often flatdata data needs to be sorted. By not exposing sort methods on Vector the user has to sort another structure first before serializing. This needs special wrapper since the Vector classes just expose proxies / proxy iterators.

This is distinct from external memory sort on ExternalVector: All the data is in memory.

FYI: @boxdot

@VeaaC
Copy link
Collaborator Author

VeaaC commented May 7, 2020

After #169 a Vector can be cast to a mutable slice if (and only if) it does not contain ranges. Those slices should then be sortable via normal methods.

Removing Rust label

@VeaaC VeaaC removed the rust label May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant