←back to thread

129 points NeutralForest | 3 comments | | HN request time: 0s | source
Show context
qoez ◴[] No.44454665[source]
The comments in this thread all feel like auto generated engagement bot replies you'd see on twitter.
replies(8): >>44454710 #>>44454737 #>>44454780 #>>44454846 #>>44454881 #>>44454910 #>>44455020 #>>44455470 #
koakuma-chan ◴[] No.44454710[source]
Building tooling in Rust? Blasphemy! You should have used Node.js, because teaching Rust to people is too hard! And it's not doing any CPU heavy computations anyway, so Node.js is fine!
replies(3): >>44454747 #>>44454938 #>>44455052 #
1. pydry ◴[] No.44455052[source]
unlike ruff, uv doesnt benefit that much from being written in rust.

its main benefit is that it is well maintained and does everything you used to need a string of tools for before.

replies(1): >>44455101 #
2. koakuma-chan ◴[] No.44455101[source]
Oh that's so very false!

---

time uv

real 0m0.005s

user 0m0.000s

sys 0m0.004s

---

time npm

real 0m0.082s

user 0m0.068s

sys 0m0.020s

---

time pip

real 0m0.320s

user 0m0.179s

sys 0m0.031s

replies(1): >>44457972 #
3. pydry ◴[] No.44457972[source]
lol i dont think people are switching because they save 255 milliseconds per command line run.