Closed
Description
Hello, I've just ran cargo-bloat on my project as I'm working on reducing compile times and binary sizes can be a proxy for compile times, and found that data_encoding::Encoding::encode_mut
is taking up 76.9kb
, the third largest function in my entire project (that pulls reqwest, tungstenite, etc).
If code size isn't a concern for this project, I'm entirely fine with this being closed, but thought that you might want a heads up that this library is somewhat code-size heavy.
Metadata
Metadata
Assignees
Labels
No labels