| bench.rs |
|
421 |
- |
| general_ops.rs |
This benchmark suite contains some benchmarks along a set of dimensions:
* Hasher: std default (SipHash) and crate default (foldhash).
* Int key distribution: low bit heavy, top bit heavy, and random.
* Task: basic functionality: insert, insert_erase, lookup, lookup_fail, iter |
12115 |
- |
| insert_unique_unchecked.rs |
Compare `insert` and `insert_unique_unchecked` operations performance. |
882 |
- |
| 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. |
2683 |
- |
| with_capacity.rs |
|
1467 |
- |