ended3월 19일· 1 sources
RX – a new random-access JSON alternative
RX – JSON을 대체하는 새로운 랜덤 액세스 바이너리 포맷
Why it matters
REXC is a drop-in replacement for JSON.stringify and JSON.parse that produces 18x smaller output via binary encoding, de-duplicated strings, and shared schemas. It achieves 23,000x faster single-key lookups through O(log n) binary search on sorted indexes without any parse step, and creates near-zero heap pressure by returning a Proxy over a flat byte buffer. The library supports full JS interop including Object.keys, destructuring, and JSON.stringify, and ships with a CLI for converting between JSON and REXC formats.
1
Sources
+0
24h
—
Growth
186d
Active
REXCJSON alternativerandom-accessbinary encodingzero-copyProxy