Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChristophWWagner opened this issue Nov 13, 2019 · 1 comment

Comments

@ChristophWWagner
Copy link
Member

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

@ChristophWWagner
Copy link
Member Author

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.

@ChristophWWagner ChristophWWagner added this to the get to 0.3 milestone Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant