-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DelimitedFiles readdlm is externally slow for Complex{Float64} #35721
Labels
performance
Must go faster
Comments
For Complex 300*300 matrix, the result has never come out after waiting for minutes. |
alternative ways to read complex matrix from csv files
Which is much much faster compared to readdlm |
Should be fixed by #35742. |
Thank you! |
Let's not close until that merges (it will close automatically) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The readdlm for Complex{Float64} is much much slower and memory requiring compared to real numbers.
I've also compared the time consuming of pandas.read_csv in python, pandas is very fast every for complex numbers.
The text was updated successfully, but these errors were encountered: