Home
last modified time | relevance | path

Searched refs:fxhash_vec (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ahash/tests/
Dmap_tests.rs183 fn fxhash_vec<H: Hash>(b: &Vec<H>) -> u64 { in fxhash_vec() function
200 c.bench_function("fx_words", |b| b.iter(|| black_box(fxhash_vec(&words)))); in bench_fx_words()