-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
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