We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to read the E-OBS weather dataset and reading in the data is extremely slow and generates millions of allocations.
For this file I am getting:
ds = NCDataset(path) @time ds["hu"][:,:,1:20];
0.800117 seconds (8.29 M allocations: 182.748 MiB, 26.05% gc time)
There seems to be some type instability in CFtransformdata! in CommonDataModel, but just nc_get_vars! also takes half the time.
CFtransformdata!
nc_get_vars!
This is on NCDatasets 0.14.6 and CommonDataModel 0.3.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to read the E-OBS weather dataset and reading in the data is extremely slow and generates millions of allocations.
For this file I am getting:
0.800117 seconds (8.29 M allocations: 182.748 MiB, 26.05% gc time)
There seems to be some type instability in
CFtransformdata!
in CommonDataModel, but justnc_get_vars!
also takes half the time.This is on NCDatasets 0.14.6 and CommonDataModel 0.3.7
The text was updated successfully, but these errors were encountered: