Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
pub fn gen_eq_data(len: usize) -> Vec<i32> {
248
vec![100; len]
249
}
Callers
4
eq_data_merge_v1
Function · 0.85
eq_data_merge_v2
Function · 0.85
eq_data_merge_v3
Function · 0.85
eq_data_quick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected