We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba2808 commit a678628Copy full SHA for a678628
src/libstd/collections/mod.rs
@@ -433,7 +433,7 @@ mod hash;
433
434
#[stable(feature = "rust1", since = "1.0.0")]
435
pub mod hash_map {
436
- //! A hash map implemented with linear probing and Robin Hood bucket stealing.
+ //! A hash map implemented with quadratic probing and SIMD lookup.
437
438
pub use super::hash::map::*;
439
}
0 commit comments