You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: