Skip to main content

Module storage

Module storage 

Source
Expand description

Disk-specific storage operations.

This module contains storage utilities and types specific to disk index operations.

Modules§

api
disk_index_reader
quant

Structs§

CachedReader
Sequential cached reads with a generic storage provider with read access.
CachedWriter
Sequential cached writes with a generic storage provider with write access.
DiskIndexWriter
DiskIndexWriter is used to write disk index data to the storage system. The storage system and data types are provided as parameters to methods that need them.