Skip to content

no_std for ndarray #708

Closed
Closed
@bluss

Description

@bluss

Using std gives us the following features:

  • std::arch and target feature detection for seamless simd
  • .

Having optional no_std support would give us these tangible benefits:

  • .

I have created this issue so that the pros and cons of no_std can be explained. As of this writing, using no_std does not seem to be attractive.

As usual, all new features are to be used because of what gain they give us, not to score points. Formulate goal & gain before implementing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions