Crates.io | re_chunk_store |
lib.rs | re_chunk_store |
version | 0.24.1 |
created_at | 2024-08-12 12:43:36.634523+00 |
updated_at | 2025-08-07 14:23:14.845567+00 |
description | A storage engine for Rerun's Chunks |
homepage | https://rerun.io |
repository | https://github.com/rerun-io/rerun |
max_upload_size | |
id | 1334414 |
size | 420,121 |
Part of the rerun
family of crates.
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.