Searched refs:fxhash_vec (Results 1 – 1 of 1) sorted by relevance
183 fn fxhash_vec<H: Hash>(b: &Vec<H>) -> u64 { in fxhash_vec() function200 c.bench_function("fx_words", |b| b.iter(|| black_box(fxhash_vec(&words)))); in bench_fx_words()