MCPcopy Create free account
hub / github.com/NthTensor/Forte / sizes

Function sizes

benches/flat_scope.rs:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const SIZES: &[usize] = &[8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4012, 8196];
11
12fn sizes() -> impl Iterator<Item = usize> {
13 SIZES.iter().cloned()
14}
15
16// -----------------------------------------------------------------------------
17// Benchmark

Callers

nothing calls this directly

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected