Skip to content

Smooth and easy Java Object calculation byte consume size.

License

Notifications You must be signed in to change notification settings

biologyiswell/Scaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaler

Scaler is a smooth and light library that include classes for calculation Java Object sizes, which this object size will occupies in RAM Memory when instantiated. The calculate size from objects represents an approximation from real object size.

Example

// @Note This represents a some generic object.
Object object = new Object();

// @Note The method "sizeof" that is provided by Scaler class calculates the input object and returns the object size in integer value.
int size = Scaler.sizeof(object);

About

Smooth and easy Java Object calculation byte consume size.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages