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

Add a table for the binary sizes of the various libraries #40

Open
Sailsman63 opened this issue Dec 8, 2021 · 1 comment
Open

Add a table for the binary sizes of the various libraries #40

Sailsman63 opened this issue Dec 8, 2021 · 1 comment

Comments

@Sailsman63
Copy link

It would be nice to have at-a-glance data for:

  • Size of the library binary (jar)
  • Sizes and names of transitive dependencies
  • Names of any JRE/javaSE modules beyond java.base

I've noticed that many libraries do not publish this data in a human-readable format. Since the benchmark needs to have it all loaded anyway, how difficult would it be to calculate at benchmark time?

When selecting a library for "Occasional" use, eg. parsing/writing config files a few times per application run, this can get to be a more significant factor.

@fabienrenaud
Copy link
Owner

This would be achieved by leveraging some gradle plugin.
Feel free to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants