Skip to content

performance upgrade needed #2

@Chengcheng-Xiao

Description

@Chengcheng-Xiao

Current implementation cycles through matrix elements sequentially, this brings poor performance. To avoid this:

  • Change sequential calculation to matrix operations.

  • Add MPI or threading support since most data could be processed independently.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions