BINARY DECONSTRUCTION PURE NODE.JS

Zero Native Dependencies · Parquet · IPC Streams

A dependency-free binary format reader for Node.js. Extract structure and decode complex binary formats directly into contiguous typed arrays and shared memory without C++ bindings.

$ npm i @cervid/decomposer
0
Native Bindings
IPC
Format Support
MIT
License
Capabilities

FORMAT DECODING
IN FLAT MEMORY

Formats

Parquet Reader

Read and decode Apache Parquet files directly into JavaScript TypedArrays, supporting Snappy, Gzip, and Uncompressed pages.

Streams

IPC Messages

Parse Inter-Process Communication binary streams, resolving schemas and message boundaries dynamically without massive overhead.

Engine

Zero-Copy Approach

Designed to minimize Garbage Collection by reading directly from ArrayBuffers using DataViews and pointer arithmetic.

> CERVID_PROJECT_MANIFESTO
├─ @cervid/decomposer ← Binary format deconstruction
└─ @cervid/vision ← Image processing and computer vision