MCPcopy Create free account
hub / github.com/douchuan/algorithm / sort_str_MSD_radix

Function sort_str_MSD_radix

benches/strings.rs:48–54  ·  view source on GitHub ↗
(b: &mut Bencher)

Source from the content-addressed store, hash-verified

46
47#[bench]
48fn sort_str_MSD_radix(b: &mut Bencher) {
49 let i = SHELLS;
50 let mut words = extract_words(i);
51 b.iter(|| {
52 MSD::sort(&mut words);
53 });
54}
55
56#[bench]
57fn sort_str_quick3strings(b: &mut Bencher) {

Callers

nothing calls this directly

Calls 3

extract_wordsFunction · 0.70
sortFunction · 0.50
iterMethod · 0.45

Tested by

no test coverage detected