infino 0.1.7

A fast retrieval engine that stores data on object storage and runs SQL, full-text search, and vector search over it from a single system — search-on-Parquet.
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Infino Authors

//! Process CPU and RSS sampling used by benches and optional usage flush.
//!
//! Process-wide attribution only — not a Stripe dimension. Benches must call
//! these APIs rather than reimplement `/proc` parsers.

pub mod cpu;
pub mod rss;