MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / ops

Function ops

nodedb/src/engine/timeseries/bitmap_simd.rs:54–56  ·  view source on GitHub ↗

Get the global bitmap SIMD operations.

()

Source from the content-addressed store, hash-verified

52
53/// Get the global bitmap SIMD operations.
54pub fn ops() -> &'static BitmapSimdOps {
55 OPS.get_or_init(BitmapSimdOps::detect)
56}
57
58// ── Scalar ─────────────────────────────────────────────────────────
59

Callers 6

runtime_detectsFunction · 0.85
and_correctnessFunction · 0.85
or_correctnessFunction · 0.85
small_inputFunction · 0.85
andMethod · 0.85
orMethod · 0.85

Calls

no outgoing calls

Tested by 4

runtime_detectsFunction · 0.68
and_correctnessFunction · 0.68
or_correctnessFunction · 0.68
small_inputFunction · 0.68