An open API service indexing awesome lists of open source software.

https://github.com/fmannhardt/objectsize

Calculates the size of a Java object using JOL. Does not building the extra information on the object layout computed by JOL.
https://github.com/fmannhardt/objectsize

Last synced: 2 months ago
JSON representation

Calculates the size of a Java object using JOL. Does not building the extra information on the object layout computed by JOL.

Awesome Lists containing this project

README

        

# objectsize
Calculates the size of a Java object using JOL. Does not building the extra information on the object layout computed by JOL.
This reduces the memory overhead of measuring the object size.