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

Function gen_eq_data

benches/sort.rs:247–249  ·  view source on GitHub ↗
(len: usize)

Source from the content-addressed store, hash-verified

245}
246
247pub fn gen_eq_data(len: usize) -> Vec<i32> {
248 vec![100; len]
249}

Callers 4

eq_data_merge_v1Function · 0.85
eq_data_merge_v2Function · 0.85
eq_data_merge_v3Function · 0.85
eq_data_quickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected