Skip to main content

Module utils

Module utils 

Source
Expand description

Disk-specific utilities and helper functions.

This module contains utility functions and helpers specific to disk index operations.

Re-exports§

pub use partition::partition_with_ram_budget;
pub use aligned_file_reader::AlignedFileReaderFactory;
pub use statistics::get_mean_stats;
pub use statistics::get_percentile_stats;
pub use statistics::get_sum_stats;
pub use statistics::QueryStatistics;

Modules§

aligned_file_reader
instrumentation
partition
statistics