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