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

Binary & Library Size #6

Closed
metaskills opened this issue Jun 20, 2022 · 0 comments
Closed

Binary & Library Size #6

metaskills opened this issue Jun 20, 2022 · 0 comments

Comments

@metaskills
Copy link
Member

We are using this simple profile release from this repo (https://rustrepo.com/repo/johnthagen-min-sized-rust) which gives us a lot of savings. The binary is ~10MB and the shared object is ~300KB. This is not bad for Lambda Containers and we would rather optimize for speed.

[profile.release]
strip = true

That said, if the topic ever comes up and folks think we could do more while still being fast, please let me know what from here (https://rustrepo.com/repo/johnthagen-min-sized-rust) or elsewhere we should consider.

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

1 participant