Hacker News
new
past
comments
ask
show
jobs
points
by
antonvs
12 hours ago
|
comments
by
cwillu
6 hours ago
|
[-]
The thing I hate about rust is that compiling a small app immediately creates 100gb of junk, and that junk doesn't live in the responsible project's folder, and that junk doesn't get cleaned up by anything.
reply
by
pdimitar
5 hours ago
|
parent
|
[-]
You're exaggerating quite a lot. Biggest I've seen the cargo directory after 3 months of active Rust development was ~17GB.
You can also limit it with an env var. I have capped mine at 10GB.
reply
by
kstrauser
3 hours ago
|
parent
|
[-]
I’m at 227GB as I write this.
reply
by
valcron1000
31 minutes ago
|
parent
|
next
[-]
Had no nuke the `target` folder a couple of weeks ago, +400 GB ...
reply
by
capitainenemo
1 hours ago
|
parent
|
prev
|
[-]
Many rust nightly versions + no clean / sweep / clean-all?
reply
by
kstrauser
20 minutes ago
|
parent
|
next
[-]
Just the one version, but lots of test builds in quick succession.
reply
by
cwillu
52 minutes ago
|
parent
|
prev
|
[-]
“Linux System Requirements: 3.2MB [+ 17GB the first day]”
reply