re_chunk_store

Crates.iore_chunk_store
lib.rsre_chunk_store
version0.24.1
created_at2024-08-12 12:43:36.634523+00
updated_at2025-08-07 14:23:14.845567+00
descriptionA storage engine for Rerun's Chunks
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id1334414
size420,121
rerun.io (rerunio)

documentation

README

Rerun chunk store

Part of the rerun family of crates.

Latest version Documentation MIT Apache

Apache Arrow is a language-independent columnar memory format for arbitrary data.

The re_chunk_store crate is an in-memory time series database for Rerun log data. It is indexed by Entity path, component, timeline, and time. It supports out-of-order insertions, and fast O(log(N)) queries.

Commit count: 4053

cargo fmt