Hacker News new | ask | show | jobs
by kibwen 3330 days ago
I'm not sure how other package managers do it (it should be noted that this approach was designed to avoid some problems that other package managers have encountered), but there is still room for improvement here: ideally, I think we'd be hashing crate names rather than storing them verbatim on the filesystem, to enforce more uniform distribution in the trie.
1 comments

Interesting, hashing them makes sense but it was a corner case; huge outage but it was definitely something that was easy to overlook for sure