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

Function ts_runtime

nodedb-query/src/simd_agg.rs:80–82  ·  view source on GitHub ↗

Get the global timeseries SIMD runtime.

()

Source from the content-addressed store, hash-verified

78
79/// Get the global timeseries SIMD runtime.
80pub fn ts_runtime() -> &'static TsSimdRuntime {
81 TS_RUNTIME.get_or_init(TsSimdRuntime::detect)
82}
83
84// ── Scalar fallback (auto-vectorized by LLVM) ──
85

Callers 11

runtime_detectsFunction · 0.85
sum_correctnessFunction · 0.85
min_max_correctnessFunction · 0.85
range_filter_correctnessFunction · 0.85
empty_inputFunction · 0.85
small_inputFunction · 0.85
aggregate_sliceFunction · 0.85
aggregate_v_sliceFunction · 0.85
aggregate_f64Function · 0.85
timestamp_range_filterFunction · 0.85

Calls

no outgoing calls

Tested by 6

runtime_detectsFunction · 0.68
sum_correctnessFunction · 0.68
min_max_correctnessFunction · 0.68
range_filter_correctnessFunction · 0.68
empty_inputFunction · 0.68
small_inputFunction · 0.68