Module Algostream_time_series

module Align : sig ... end

Multi-symbol time-grid alignment.

module Bar : sig ... end

OHLCV bar.

module Bar_builder : sig ... end

Streaming tick → OHLCV bar emitter for one (symbol, interval).

module Column : sig ... end

Append-only Float64 column with frozen-snapshot publication.

module Compress : sig ... end

Lossless float column compression (Gorilla-style XOR-delta-of-bits) and integer column compression (delta + varint).

module Interpolate : sig ... end

Gap-filling for timestamped series.

module Processor : sig ... end

Top-level Time Series facade.

module Series : sig ... end

A timestamped multi-column series.