by vvoyer on 3/23/22, 1:39 PM with 90 comments
by debdut on 3/23/22, 3:57 PM
If "written in Rust" is a clickbait, then most first page HN titles are clickbaity too otherwise why will you click on them? To me and most people, "Written in Rust" or even "Written in Go" reads like "it's fast" and that's definitely a feature!
by qorrect on 3/23/22, 3:41 PM
NPM is painfully slow, everyone's harping on the 200ms, for larger projects that number is much higher.
I'll be using this and happy it exists.
by tentacleuno on 3/23/22, 2:43 PM
That seems like a pretty big performance problem on Node's part.
Wouldn't it be better if Node solved this, than people having to use external package managers that may not be so well-integrated into the ecosystem? Thirdly would people even bother using an external package manager because of a 200ms delay? Is that considered acceptable at this point?
by girvo on 3/23/22, 2:14 PM
by wokwokwok on 3/23/22, 2:23 PM
> "test": "NODE_ENV=test mocha --reporter spec"
(and doesn't work across platforms like windows)
Or added functionality like being able to pipe the output to multiple places (eg. terminal and log file).
That would offer perhaps a slightly more compelling use-case than saving 200ms; I don't care about that much, I honestly doubt anyone else does either.
The spawn time for an npm compared to the runtime for an npm task are orders of magnitude different, surely, for any non trivial task.
by eyelidlessness on 3/23/22, 5:15 PM
by cute_boi on 3/23/22, 4:44 PM
by staticelf on 3/23/22, 2:15 PM
by mikewhy on 3/23/22, 4:35 PM
by replygirl on 3/23/22, 3:00 PM
by SparkyMcUnicorn on 3/23/22, 3:45 PM
This is one of those people who just constantly pump out so much open source code. I remember looking through their profile when I was using EME years ago (2017?), wishing I had the time to do half of what they were tackling.
by jonpalmisc on 3/23/22, 2:14 PM
From a quick glance, it looks like this could have been implemented in any native language. I like Rust as much as the next guy, but using it to get clicks when Rust specifically over another native language doesn’t make a difference feels a bit clickbaity.
by nsonha on 3/23/22, 2:31 PM
it doesn't matter that you have the thing re-written in Rust, because there is no reason for such thing to exist in the first place.