You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: