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

Investigate crate size #722

Closed
KodrAus opened this issue Nov 20, 2023 · 2 comments · Fixed by #726
Closed

Investigate crate size #722

KodrAus opened this issue Nov 20, 2023 · 2 comments · Fixed by #726

Comments

@KodrAus
Copy link
Member

KodrAus commented Nov 20, 2023

It look like uuid weighs in at around 54kb, which seems high. It’s possible we’re packaging files that aren’t needed to build uuid itself that could be trimmed from the published artefact.

@kinggoesgaming
Copy link
Member

What configuration is giving the 54kb? default, all-features etc?

@KodrAus
Copy link
Member Author

KodrAus commented Jan 18, 2024

This is the size of the bundle uploaded to crates.io itself, which is based on the source. I've had a look into this and reduced the size of our package a bit. The only other way to cut it down would be to try write more compact source itself, which seems like maybe a step too far.

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

Successfully merging a pull request may close this issue.

2 participants