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.
- Host: GitHub
- URL: https://github.com/fmannhardt/objectsize
- Owner: fmannhardt
- License: gpl-2.0
- Created: 2017-01-06T12:25:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T13:20:48.000Z (over 8 years ago)
- Last Synced: 2025-01-23T01:34:34.071Z (4 months ago)
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.