Skip to content

[RFC]: add blas/ext/base/gsort #119

@kgryte

Description

@kgryte

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.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions