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

Function fib_cache_result_c

benches/dp.rs:44–46  ·  view source on GitHub ↗
(b: &mut Bencher)

Source from the content-addressed store, hash-verified

42
43#[bench]
44fn fib_cache_result_c(b: &mut Bencher) {
45 b.iter(|| unsafe { dp::fib::fib_cache_result_c(BENCH_N) });
46}
47
48#[bench]
49fn fib_classic_iteration_for_c(b: &mut Bencher) {

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected