reifydb-core 0.9.1

Core database interfaces and data structures for ReifyDB
Documentation
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 ReifyDB

pub const LATENCY_US: &[f64] = &[
	10.0,
	50.0,
	100.0,
	250.0,
	500.0,
	1_000.0,
	2_500.0,
	5_000.0,
	10_000.0,
	25_000.0,
	50_000.0,
	100_000.0,
	250_000.0,
	500_000.0,
	1_000_000.0,
	2_500_000.0,
	5_000_000.0,
	10_000_000.0,
];

pub const BYTE_SIZES: &[f64] = &[
	1_024.0,
	4_096.0,
	16_384.0,
	65_536.0,
	262_144.0,
	1_048_576.0,
	4_194_304.0,
	16_777_216.0,
	67_108_864.0,
	268_435_456.0,
	1_073_741_824.0,
];