Skip to content

Commit

Permalink
Bug 1631721 - Vendor the hashbrown crate r=manishearth
Browse files Browse the repository at this point in the history
This is the hash map implementation now used in the Rust standard library:

* https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html#a-new-hashmapk-v-implementation
* rust-lang/rust#58623
* https://crates.io/crates/hashbrown

Differential Revision: https://phabricator.services.mozilla.com/D71740

UltraBlame original commit: 06dcf8ddbfdefed44cb653c7bf533196ae360da3
  • Loading branch information
marco-c committed Apr 25, 2020
1 parent fc20ff1 commit aa0e340
Show file tree
Hide file tree
Showing 83 changed files with 135,904 additions and 186 deletions.
320 changes: 320 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions servo/components/style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,13 @@ fxhash
.
2
"
hashbrown
=
"
0
.
7
"
hashglobe
=
{
Expand Down
Loading

0 comments on commit aa0e340

Please sign in to comment.