H5P_SET_DSET_NO_ATTRS_HINT sets the no dataset attributes hint setting for the dataset creation property list dcpl_id . Datasets created with the dataset creation property list dcpl_id will have their object headers minimized if the boolean flag minimize is set to TRUE. By setting minimize to TRUE, the library expects that no attributes will be added to the dataset -- attributes can be added, but they are appended with a continuation message, which can reduce performance. This setting interacts with H5F_SET_DSET_NO_ATTRS_HINT: if either is set to TRUE, then the created dataset's object header will be minimized. |