Skip to content

Performance bug with loadCSV1D #302

@kelayamatoz

Description

@kelayamatoz

The complexity of loadCSV1D is O(N^2), where N is the number of columns per row. In the case where we have a large CSV array, e.g., adjacency matrices in csr format, if we have a 1-line array, loadCSV1D will take a long time to run. I will revisit our strategy for generating the host cpp and make a patch.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions