TheoChem-VU / TCutility

Utility functions/classes for the TheoCheM programs
https://theochem-vu.github.io/TCutility/
MIT License
6 stars 0 forks source link

Add a way to get the memory size of a Result object #199

Closed YHordijk closed 7 months ago

YHordijk commented 7 months ago

Sometimes it is usefull to know the memory usage of a Result object. We should implement the sizeof magic method that is used by sys.getsizeof. this way we can quickly know the object size.