EMS-TU-Ilmenau/fastmat

core.getMemoryFootprint does not handle ndarrays of dtype `object` and structured dtypes correctly

Opened this issue · 1 comments

The proposed way to solve this is to scan default and structured data types for occurances of object and then to recurse into that.

However, this is not critical for its usage in fastmat yet, so it is just a polishing/enhancement thing for now

Note that these structured data types may not only be ndarrays of simple object dtype, but may also consist of complex dtypes that might need to be disected with more scrutiny to come to a good size estimation.