Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ uf
Function
uf
benches/common.rs:28–33 ·
view source on GitHub ↗
(b: &mut Bencher)
Source
from the content-addressed store, hash-verified
26
27
#[bench]
28
fn uf(b: &mut Bencher) {
29
b.iter(|| {
30
let i = MEDIUM_UF;
31
let _uf = UF::from_str(i).unwrap();
32
});
33
}
Callers
nothing calls this directly
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected