nodedb 0.0.0-beta.1

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
5
6
//! SIMD aggregation — re-exported from nodedb-query for shared use.
//!
//! The canonical implementation lives in `nodedb_query::simd_agg` so both
//! Origin and Lite share the same AVX-512/AVX2/NEON kernels.

pub use nodedb_query::simd_agg::*;