Find
C
ase-sensitive
R
egexp search
Path
mozilla-central
/
third_party
/
rust
/
hashbrown
/
benches
Navigation
Enable keyboard shortcuts
Name
Description
Size
bench.rs
8532
insert_unique_unchecked.rs
Compare `insert` and `insert_unique_unchecked` operations performance.
773
set_ops.rs
This file contains benchmarks for the ops traits implemented by HashSet. Each test is intended to have a defined larger and smaller set, but using a larger size for the "small" set works just as well. Each assigning test is done in the configuration that is faster. Cheating, I know. The exception to this is Sub, because there the result differs. So I made two benchmarks for Sub.
4063