Parallel-NetCDF / PnetCDF

Source code repository of PnetCDF library and utilities
https://parallel-netcdf.github.io
Other
80 stars 22 forks source link

Allow different hash table size for dim/var/attr #132

Closed wkliao closed 5 months ago

wkliao commented 5 months ago

As the numbers of variables, dimensions, and attributes can be different significantly, using the same hash table size will not run efficiently and can waste memory allocated. This PR allows different hash table sizes, which can also be changed by users through PnetCDF hints.

4 new PnetCDF user hints have been added.

3 new test programs have beed added to test hashing performance.