-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.
Description
Similar to blas/ext/base/gsum, stats/strided/gmean, etc, this package is intended to provide an "opaque" sort API in which the underlying algorithm is not fixed, but is allowed to change in the future.
For now, gsort should simply wrap gsorthp (heapsort). In the future, we can swap with an alternative algorithm. Having this package will allow us to have a "general" blas/ext/sort API.
Metadata
Metadata
Assignees
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.