Src code for Rust's old robinhood hashmap / hashset?

Crates.io for roinbhood: https://crates.io/search?q=robinhood -- just the trading company related stuff.

Does anyone know where code for Rust's old RobinHood hashing based hashmap/hashset is located?

It was implemented directly in std before -- try looking at Rust 1.35 or earlier.

1 Like

Here's the replacement PR.

I believe this is the Robin Hood implementation immediately before that.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.