All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

SEE: Schema-Aware JSON Compression with Millisecond Lookups

By

kodomonocch1

7mo ago· 3 min readenCode

Summary

SEE (Searchable JSON Compression) is a schema-aware JSON compression tool that enables millisecond lookups while maintaining searchability. It reduces both storage/egress costs and CPU overhead by allowing queries on compressed data without full decompression. The tool offers better TCO/ROI for workloads requiring random access and search capabilities, with performance metrics showing 19.5% compression ratio and 0.18ms median lookup times.

Key quotes

· 4 pulled
SEE reduces both the data tax (storage/egress) and the CPU tax (decompress/parse) by keeping JSON searchable while compressed.
It may not always be smaller than Zstd, but searchability + low I/O + random access leads to better TCO/ROI for many workloads.
combined ≈ 19.5% • lookup p50 ≈ 0.18 ms • skip ≈ 99%
Schema-aware JSON compression with millisecond lookups — cut transfer/storage while enabling exists*/pos* queries.
Snippet from the RSS feed
Schema-aware JSON compression with millisecond lookups — cut transfer/storage while enabling exists*/pos* queries. (Demo + wheels; core is binary-only) - GitHub - kodomonocch1/see_proto: Schema-...

You might also wanna read