stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: refactor `blas/ext/base/dsort2sh` to follow current project conventions

Open Planeshifter opened this issue 1 year ago • 3 comments

Description

This RFC proposes refactoring @stdlib/blas/ext/base/dsort2sh to follow current project conventions.

These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces to C add-on interfaces and then make various style and simplification changes.

Some example commits which perform most, if not all, of the requested changes include https://github.com/stdlib-js/stdlib/commit/d66d80cfcbab1da95cb5ae8cfae4a1fc4c5129d1 (saxpy), https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14 (cswap), and https://github.com/stdlib-js/stdlib/commit/5b15c9675be434c0e11b1ec1e1f78d7b089abbcd (dasum).

Related Issues

Related issues #788, #1152.

Questions

No.

Other

No.

Checklist

  • [X] I have read and understood the Code of Conduct.
  • [X] Searched for existing issues and pull requests.
  • [X] The issue name begins with RFC:.

Planeshifter avatar Mar 03 '24 01:03 Planeshifter

Hi @kgryte @Planeshifter , I would like to work on this issue.

Pratik772846 avatar Apr 01 '24 12:04 Pratik772846

hey @Planeshifter, I would like to work on this

vexora-0 avatar Aug 16 '24 09:08 vexora-0