This is the hash map implementation now used in the Rust standard library:
Details
Details
- Reviewers
manishearth - Commits
- rMOZILLACENTRAL06dcf8ddbfde: Bug 1631721 - Vendor the hashbrown crate r=manishearth
- Bugzilla Bug ID
- 1631721
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
Event Timeline
Comment Actions
Hashbrown is already used in rustc so there's no need to carefully review the dependencies ; we use this code already via rustc.