Storing dataset region reference in a variable length datatype

All,

Has anyone tried storing dataset region references in variable length
datatype i.e. doing this H5Tvlen_create(H5T_STD_REF_DSETREG) ? How will
using a lot of such datatypes effect the performance w.r.t read and
write ?

Regards

Ramakrishnan

Hi Ramakrishnan,

···

On May 13, 2008, at 2:10 AM, Ramakrishnan Iyer wrote:

All,

Has anyone tried storing dataset region references in variable length datatype i.e. doing this H5Tvlen_create(H5T_STD_REF_DSETREG) ? How will using a lot of such datatypes effect the performance w.r.t read and write ?

  Yes, this will work fine. It will have some performance issues, probably, since there's going to be a lot of accesses required to store this combination of datatypes.

  Quincey

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.