Closed MaxvandenBoom closed 4 years ago
Hey Dan,
As we discussed, this PR will adds the optional reading of indices using MEF_GLOBALS.
For example, matmef now uses this when it only wants the metadata:
MEF_globals->behavior_on_fail = SUPPRESS_ERROR_OUTPUT; MEF_globals->read_time_series_indices = 0; MEF_globals->read_video_indices = 0; MEF_globals->read_record_indices = 0;
It gives me quite the performance boost when reading over the network
Hey Dan,
As we discussed, this PR will adds the optional reading of indices using MEF_GLOBALS.
For example, matmef now uses this when it only wants the metadata:
It gives me quite the performance boost when reading over the network