Hi list.
I have a question on allocating data and reading it through an external.
As I have seen so far, the externals that reads arrays, as tabread, allocate
the data in their own memory space. As far as I can understand, this result
in a "double allocation" of the data. One in the array itself and the other one in the
internal memory space of the instance of the tabread external.