Skip to content

[ENHANCEMENT] Turn functions isstored, eachstoredindex, etc. into @interface functions #6

Closed
@mtfishman

Description

@mtfishman

The SparseArraysBase minimal interface functions:

  • eachstoredindex
  • getstoredindex
  • getunstoredindex
  • isstored
  • setstoredindex!
  • setunstoredindex!
  • storedlength
  • storedpairs
  • storedvalues
  • ArrayLayouts.zero!

should get turned into @interface functions so they can be customized based on interfaces. There will be different implementations for different types of arrays, such as dense, element-wise sparse, block sparse, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions