logoalt Hacker News

skydhashtoday at 2:30 AM3 repliesview on HN

Fantastic write up!

And we're seeing rust happily going down the same path, especially with the micro packages.


Replies

vsgherzitoday at 8:06 AM

Yeah I’m in the same boat here I really don’t like the dependency sprawl of rust. I understand there’s tradeoffs but I really wanna make sure we don’t end up like npm

CoderLuiitoday at 5:06 AM

the docker side of this is painful too. every extra dependency in any language means a bigger image, more layers to cache, more things that can break during a multi-arch build. ive been building images that are 4GB because of all the node and python tooling bundled in. micro packages make it worse because each one adds metadata overhead on top of the actual code.

cute_boitoday at 4:14 AM

Rust is different as there is no runtime.

show 4 replies