Searchable compression for JSON/NDJSON (skip ~99% pages; sub-ms lookups
Searchable JSON compression at 7.7% with 0.085ms random lookups; skips 99% of pages.
Queryable time-series compression in pure C. Sub-microsecond aggregates on compressed sensor data. Zero dependencies.
Query compressed time series in 0.4µs without decompressing—loses only 15% ratio vs Zstd.
IoT platforms, embedded systems, timeseries database engineers
Gorilla (time-series compression) · TimescaleDB · InfluxDB storage engine
Searchable JSON compression at 7.7% with 0.085ms random lookups; skips 99% of pages.
Schema-aware JSON compression stays searchable; reaches 7.7% vs Zstd's 13.7%.
Search compressed data without decompressing—beats lzma on numeric arrays.
Searchable JSON compression with page-level access is clever, but it's a pre-revenue tech asset, not a working product.
Stores columnar data in regular Postgres tables so pg_dump and replication just work.
Handwritten parser for clarity teaches query engine internals with working Rust code.